Html Css Color HEX #D5CE8A Winter Hazel

📋 copy color: '#D5CE8A'

red 213 ◦ green 206 ◦ blue 138

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

Shades of Winter Hazel #D5CE8A

Tints of Winter Hazel #D5CE8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.78%

R = 38.24%
G = 36.98%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5CE8A (or 0xD5CE8A) is known color: Winter Hazel. HEX triplet: D5, CE and 8A. RGB value is (213,206,138). Sum of RGB (Red+Green+Blue) = 213+206+138=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 138 (54.30% from 255 or 24.78% from 557); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CE8A is #2A3175. Grayscale: #C8C8C8. Windows color (decimal): -2765174 or 9096917. OLE color: 9096917.

HSL color Cylindrical-coordinate representation of color #D5CE8A: hue angle of 54.4º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D5CE8A is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 206 138 -
CMYK 0 0.03 0.35 0.16
HSL 54.4º 0.47% 0.69% -
HSV(B) 54.4º 0.35% 0.84% -
XYZ 54.1 60.12 32.8 -
YUV 200.34 92.82 137.03 -
System Red Green Blue C M Y K H S L
Decimal 213 206 138 0 0.03 0.35 0.16 54.4 0.47 0.69
Hex D5 CE 8A 0 3 23 10 36 2F 45
Octal 325 316 212 0 3 43 20 66 57 105
Binary 11010101 11001110 10001010 0 11 100011 10000 110110 101111 1000101

Color Harmonies of #D5CE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CE8A

Black with #D5CE8A

Text Example


Text Example

White with #D5CE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CE8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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