Html Css Color HEX #D5CD8D Winter Hazel

📋 copy color: '#D5CD8D'

red 213 ◦ green 205 ◦ blue 141

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

Shades of Winter Hazel #D5CD8D

Tints of Winter Hazel #D5CD8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.22%

R = 38.1%
G = 36.67%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5CD8D (or 0xD5CD8D) is known color: Winter Hazel. HEX triplet: D5, CD and 8D. RGB value is (213,205,141). Sum of RGB (Red+Green+Blue) = 213+205+141=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 141 (55.47% from 255 or 25.22% from 559); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CD8D is #2A3272. Grayscale: #C8C8C8. Windows color (decimal): -2765427 or 9293269. OLE color: 9293269.

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

Color convert

RGB 213 205 141 -
CMYK 0 0.04 0.34 0.16
HSL 53.33º 0.46% 0.69% -
HSV(B) 53.33º 0.34% 0.84% -
XYZ 54.08 59.73 33.88 -
YUV 200.1 94.65 137.2 -
System Red Green Blue C M Y K H S L
Decimal 213 205 141 0 0.04 0.34 0.16 53.33 0.46 0.69
Hex D5 CD 8D 0 4 22 10 35 2E 45
Octal 325 315 215 0 4 42 20 65 56 105
Binary 11010101 11001101 10001101 0 100 100010 10000 110101 101110 1000101

Color Harmonies of #D5CD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CD8D

Black with #D5CD8D

Text Example


Text Example

White with #D5CD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CD8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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