Html Css Color HEX #D4CD85 Winter Hazel

📋 copy color: '#D4CD85'

red 212 ◦ green 205 ◦ blue 133

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

Shades of Winter Hazel #D4CD85

Tints of Winter Hazel #D4CD85

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.27%

 BLUE value IS 133 (52.34% from 255) = 24.18%

R = 38.55%
G = 37.27%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D4CD85 (or 0xD4CD85) is known color: Winter Hazel. HEX triplet: D4, CD and 85. RGB value is (212,205,133). Sum of RGB (Red+Green+Blue) = 212+205+133=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CD85 is #2B327A. Grayscale: #C7C7C7. Windows color (decimal): -2830971 or 8768980. OLE color: 8768980.

HSL color Cylindrical-coordinate representation of color #D4CD85: hue angle of 54.68º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D4CD85 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 205 133 -
CMYK 0 0.03 0.37 0.17
HSL 54.68º 0.48% 0.68% -
HSV(B) 54.68º 0.37% 0.83% -
XYZ 53.22 59.35 30.84 -
YUV 198.89 90.82 137.35 -
System Red Green Blue C M Y K H S L
Decimal 212 205 133 0 0.03 0.37 0.17 54.68 0.48 0.68
Hex D4 CD 85 0 3 25 11 37 30 44
Octal 324 315 205 0 3 45 21 67 60 104
Binary 11010100 11001101 10000101 0 11 100101 10001 110111 110000 1000100

Color Harmonies of #D4CD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CD85

Black with #D4CD85

Text Example


Text Example

White with #D4CD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CD85; }

 p { color: rgb(212,205,133); }

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

background-color css

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

 a { background-color: rgb(212,205,133); }

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

border-color css

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

 span { border-color: rgb(212,205,133); }

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