Html Css Color HEX #D5CD83 Winter Hazel

📋 copy color: '#D5CD83'

red 213 ◦ green 205 ◦ blue 131

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

Shades of Winter Hazel #D5CD83

Tints of Winter Hazel #D5CD83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.86%

R = 38.8%
G = 37.34%
B = 23.86%

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

#D5CD83 (or 0xD5CD83) is known color: Winter Hazel. HEX triplet: D5, CD and 83. RGB value is (213,205,131). Sum of RGB (Red+Green+Blue) = 213+205+131=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 131 (51.56% from 255 or 23.86% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CD83 is #2A327C. Grayscale: #C7C7C7. Windows color (decimal): -2765437 or 8637909. OLE color: 8637909.

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

Color convert

RGB 213 205 131 -
CMYK 0 0.04 0.38 0.16
HSL 54.15º 0.49% 0.67% -
HSV(B) 54.15º 0.38% 0.84% -
XYZ 53.37 59.45 30.13 -
YUV 198.96 89.65 138.02 -
System Red Green Blue C M Y K H S L
Decimal 213 205 131 0 0.04 0.38 0.16 54.15 0.49 0.67
Hex D5 CD 83 0 4 26 10 36 31 43
Octal 325 315 203 0 4 46 20 66 61 103
Binary 11010101 11001101 10000011 0 100 100110 10000 110110 110001 1000011

Color Harmonies of #D5CD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CD83

Black with #D5CD83

Text Example


Text Example

White with #D5CD83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CD83; }

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

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

background-color css

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

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

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

border-color css

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

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

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