Color Hex Logo

#d2963d Color Hex

#D2963D
(210,150,61)
0 Favorites   0 Comments

Color spaces of #d2963d

RGB 21015061
HSL0.100.620.53
HSV36°71°82°
CMYK 0.000.290.71   0.18
XYZ38.327035.85139.3148
Yxy35.85130.45900.4294
Hunter Lab59.87609.476132.6895
CIE-Lab66.406214.197053.9542

#d2963d color RGB value is (210,150,61).

#d2963d hex color red value is 210, green value is 150 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #d2963d hue: 0.10 , saturation: 0.62 and the lightness value of d2963d is 0.53.

The process color (four color CMYK) of #d2963d color hex is 0.00, 0.29, 0.71, 0.18. Web safe color of #d2963d is #cc9933. Color #d2963d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10010110 00111101
Octal 322 226 75
Decimal 210 150 61
Hex D2 96 3D

RGB Percentages of Color #d2963d

%49.88
%35.63
%14.49

CMYK Percentages of Color #d2963d

%0
%29
%71
%18

Triadic Colors of #d2963d

#d2963d #3dd296 #963dd2

Analogous Colors of #d2963d

#d2963d #c4d23d #d24c3d

Monochromatic Colors of #d2963d

#d2963d

Complementary Color

#d2963d #3d79d2

#d2963d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2963d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2963d Color CSS Codes

.mybgcolor {background-color:#d2963d; } 
.myforecolor {color:#d2963d; }
.mybordercolor {border:3px solid #d2963d; }

#d2963d Text Font Color

<p style="color:#d2963d">Text here</p>

This sample text font color is #d2963d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d2963d Background Color

<div style="background-color:#d2963d">
Div content here</div>

This div background color is #d2963d


#d2963d Border Color

<div style="border:3px solid #d2963d">
Div here</div>

This div border color is #d2963d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,150,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d2963d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d2963d;
  -webkit-box-shadow: 1px 1px 3px 2px #d2963d;
  box-shadow:         1px 1px 3px 2px #d2963d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,150,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d2963d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d2963d;
  -webkit-box-shadow: 1px 1px 3px 2px #d2963d;
  box-shadow:         1px 1px 3px 2px #d2963d;">
Div content here</div>

This div box has shadow with color #d2963d


Comments

No comments written yet.

Please login to write comment.