Html Css Color HEX #D5CE85 Winter Hazel

📋 copy color: '#D5CE85'

red 213 ◦ green 206 ◦ blue 133

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

Shades of Winter Hazel #D5CE85

Tints of Winter Hazel #D5CE85

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.32%

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

R = 38.59%
G = 37.32%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D5CE85 (or 0xD5CE85) is known color: Winter Hazel. HEX triplet: D5, CE and 85. RGB value is (213,206,133). Sum of RGB (Red+Green+Blue) = 213+206+133=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 133 (52.34% from 255 or 24.09% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CE85 is #2A317A. Grayscale: #C8C8C8. Windows color (decimal): -2765179 or 8769237. OLE color: 8769237.

HSL color Cylindrical-coordinate representation of color #D5CE85: hue angle of 54.75º 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 #D5CE85 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 206 133 -
CMYK 0 0.03 0.38 0.16
HSL 54.75º 0.49% 0.68% -
HSV(B) 54.75º 0.38% 0.84% -
XYZ 53.75 59.98 30.94 -
YUV 199.77 90.32 137.44 -
System Red Green Blue C M Y K H S L
Decimal 213 206 133 0 0.03 0.38 0.16 54.75 0.49 0.68
Hex D5 CE 85 0 3 26 10 37 31 44
Octal 325 316 205 0 3 46 20 67 61 104
Binary 11010101 11001110 10000101 0 11 100110 10000 110111 110001 1000100

Color Harmonies of #D5CE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CE85

Black with #D5CE85

Text Example


Text Example

White with #D5CE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CE85; }

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

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

background-color css

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

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

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

border-color css

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

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

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