Html Css Color HEX #D3CB7F Winter Hazel

📋 copy color: '#D3CB7F'

red 211 ◦ green 203 ◦ blue 127

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

Shades of Winter Hazel #D3CB7F

Tints of Winter Hazel #D3CB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.48%

R = 39%
G = 37.52%
B = 23.48%

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

#D3CB7F (or 0xD3CB7F) is known color: Winter Hazel. HEX triplet: D3, CB and 7F. RGB value is (211,203,127). Sum of RGB (Red+Green+Blue) = 211+203+127=541 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.00% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 127 (50% from 255 or 23.48% from 541); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CB7F is #2C3480. Grayscale: #C5C5C5. Windows color (decimal): -2897025 or 8375251. OLE color: 8375251.

HSL color Cylindrical-coordinate representation of color #D3CB7F: hue angle of 54.29º 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 #D3CB7F is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 203 127 -
CMYK 0 0.04 0.40 0.17
HSL 54.29º 0.49% 0.66% -
HSV(B) 54.29º 0.4% 0.83% -
XYZ 52.05 58.09 28.55 -
YUV 196.73 88.65 138.18 -
System Red Green Blue C M Y K H S L
Decimal 211 203 127 0 0.04 0.40 0.17 54.29 0.49 0.66
Hex D3 CB 7F 0 4 28 11 36 31 42
Octal 323 313 177 0 4 50 21 66 61 102
Binary 11010011 11001011 1111111 0 100 101000 10001 110110 110001 1000010

Color Harmonies of #D3CB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CB7F

Black with #D3CB7F

Text Example


Text Example

White with #D3CB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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