Html Css Color HEX #D4CB75 Winter Hazel

📋 copy color: '#D4CB75'

red 212 ◦ green 203 ◦ blue 117

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

Shades of Winter Hazel #D4CB75

Tints of Winter Hazel #D4CB75

RGB

 RED value IS 212 (83.2% from 255) = 39.85%

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

 BLUE value IS 117 (46.09% from 255) = 21.99%

R = 39.85%
G = 38.16%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D4CB75 (or 0xD4CB75) is known color: Winter Hazel. HEX triplet: D4, CB and 75. RGB value is (212,203,117). Sum of RGB (Red+Green+Blue) = 212+203+117=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 117 (46.09% from 255 or 21.99% from 532); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CB75 is #2B348A. Grayscale: #C4C4C4. Windows color (decimal): -2831499 or 7719892. OLE color: 7719892.

HSL color Cylindrical-coordinate representation of color #D4CB75: hue angle of 54.32º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4CB75 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 203 117 -
CMYK 0 0.04 0.45 0.17
HSL 54.32º 0.52% 0.65% -
HSV(B) 54.32º 0.45% 0.83% -
XYZ 51.72 57.99 25.3 -
YUV 195.89 83.48 139.49 -
System Red Green Blue C M Y K H S L
Decimal 212 203 117 0 0.04 0.45 0.17 54.32 0.52 0.65
Hex D4 CB 75 0 4 2D 11 36 34 41
Octal 324 313 165 0 4 55 21 66 64 101
Binary 11010100 11001011 1110101 0 100 101101 10001 110110 110100 1000001

Color Harmonies of #D4CB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CB75

Black with #D4CB75

Text Example


Text Example

White with #D4CB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CB75; }

 p { color: rgb(212,203,117); }

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

background-color css

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

 a { background-color: rgb(212,203,117); }

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

border-color css

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

 span { border-color: rgb(212,203,117); }

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