Html Css Color HEX #D2BD7A Winter Hazel

📋 copy color: '#D2BD7A'

red 210 ◦ green 189 ◦ blue 122

#D2BD7A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Winter Hazel #D2BD7A

Tints of Winter Hazel #D2BD7A

RGB

 RED value IS 210 (82.42% from 255) = 40.31%

 GREEN value IS 189 (74.22% from 255) = 36.28%

 BLUE value IS 122 (48.05% from 255) = 23.42%

R = 40.31%
G = 36.28%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D2BD7A (or 0xD2BD7A) is known color: Winter Hazel. HEX triplet: D2, BD and 7A. RGB value is (210,189,122). Sum of RGB (Red+Green+Blue) = 210+189+122=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BD7A is #2D4285. Grayscale: #BBBBBB. Windows color (decimal): -2966150 or 8043986. OLE color: 8043986.

HSL color Cylindrical-coordinate representation of color #D2BD7A: hue angle of 45.68º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D2BD7A is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 189 122 -
CMYK 0 0.10 0.42 0.18
HSL 45.68º 0.49% 0.65% -
HSV(B) 45.68º 0.42% 0.82% -
XYZ 48.29 51.5 25.81 -
YUV 187.64 90.96 143.95 -
System Red Green Blue C M Y K H S L
Decimal 210 189 122 0 0.10 0.42 0.18 45.68 0.49 0.65
Hex D2 BD 7A 0 A 2A 12 2E 31 41
Octal 322 275 172 0 12 52 22 56 61 101
Binary 11010010 10111101 1111010 0 1010 101010 10010 101110 110001 1000001

Color Harmonies of #D2BD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BD7A

Black with #D2BD7A

Text Example


Text Example

White with #D2BD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BD7A; }

 p { color: rgb(210,189,122); }

 H1.HeaderClassName
 {
   color: #D2BD7A;
 }
 .AnyTagClassName
 {
   color: #D2BD7A;
 }
</style>

background-color css

<style>
 a { background-color: #D2BD7A; }

 a { background-color: rgb(210,189,122); }

 div.DivClassName
 {
   background-color: #D2BD7A;
 }
 .BgClassName
 {
   background-color: #D2BD7A;
 }
</style>

border-color css

<style>
 span { border-color: #D2BD7A; }

 span { border-color: rgb(210,189,122); }

 td.TdClassName
 {
   border-color: #D2BD7A;
 }
 .TagClassName
 {
   border-color: #D2BD7A;
 }
</style>