Html Css Color HEX #D5CD85 Winter Hazel

📋 copy color: '#D5CD85'

red 213 ◦ green 205 ◦ blue 133

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

Shades of Winter Hazel #D5CD85

Tints of Winter Hazel #D5CD85

RGB

 RED value IS 213 (83.59% from 255) = 38.66%

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

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

R = 38.66%
G = 37.21%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D5CD85 (or 0xD5CD85) is known color: Winter Hazel. HEX triplet: D5, CD and 85. RGB value is (213,205,133). Sum of RGB (Red+Green+Blue) = 213+205+133=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 133 (52.34% from 255 or 24.14% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CD85 is #2A327A. Grayscale: #C7C7C7. Windows color (decimal): -2765435 or 8768981. OLE color: 8768981.

HSL color Cylindrical-coordinate representation of color #D5CD85: hue angle of 54º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D5CD85 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 205 133 -
CMYK 0 0.04 0.38 0.16
HSL 54º 0.49% 0.68% -
HSV(B) 54º 0.38% 0.84% -
XYZ 53.51 59.5 30.86 -
YUV 199.18 90.65 137.85 -
System Red Green Blue C M Y K H S L
Decimal 213 205 133 0 0.04 0.38 0.16 54 0.49 0.68
Hex D5 CD 85 0 4 26 10 36 31 44
Octal 325 315 205 0 4 46 20 66 61 104
Binary 11010101 11001101 10000101 0 100 100110 10000 110110 110001 1000100

Color Harmonies of #D5CD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CD85

Black with #D5CD85

Text Example


Text Example

White with #D5CD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CD85; }

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

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

background-color css

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

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

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

border-color css

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

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

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