Html Css Color HEX #D3CB7E Winter Hazel

📋 copy color: '#D3CB7E'

red 211 ◦ green 203 ◦ blue 126

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

Shades of Winter Hazel #D3CB7E

Tints of Winter Hazel #D3CB7E

RGB

 RED value IS 211 (82.81% from 255) = 39.07%

 GREEN value IS 203 (79.69% from 255) = 37.59%

 BLUE value IS 126 (49.61% from 255) = 23.33%

R = 39.07%
G = 37.59%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D3CB7E (or 0xD3CB7E) is known color: Winter Hazel. HEX triplet: D3, CB and 7E. RGB value is (211,203,126). Sum of RGB (Red+Green+Blue) = 211+203+126=540 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.07% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 126 (49.61% from 255 or 23.33% from 540); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CB7E is #2C3481. Grayscale: #C4C4C4. Windows color (decimal): -2897026 or 8309715. OLE color: 8309715.

HSL color Cylindrical-coordinate representation of color #D3CB7E: hue angle of 54.35º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D3CB7E is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 203 126 -
CMYK 0 0.04 0.40 0.17
HSL 54.35º 0.49% 0.66% -
HSV(B) 54.35º 0.4% 0.83% -
XYZ 51.99 58.07 28.21 -
YUV 196.61 88.15 138.26 -
System Red Green Blue C M Y K H S L
Decimal 211 203 126 0 0.04 0.40 0.17 54.35 0.49 0.66
Hex D3 CB 7E 0 4 28 11 36 31 42
Octal 323 313 176 0 4 50 21 66 61 102
Binary 11010011 11001011 1111110 0 100 101000 10001 110110 110001 1000010

Color Harmonies of #D3CB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CB7E

Black with #D3CB7E

Text Example


Text Example

White with #D3CB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CB7E; }

 p { color: rgb(211,203,126); }

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

background-color css

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

 a { background-color: rgb(211,203,126); }

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

border-color css

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

 span { border-color: rgb(211,203,126); }

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