Html Css Color HEX #CDC581 Winter Hazel

📋 copy color: '#CDC581'

red 205 ◦ green 197 ◦ blue 129

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

Shades of Winter Hazel #CDC581

Tints of Winter Hazel #CDC581

RGB

 RED value IS 205 (80.47% from 255) = 38.61%

 GREEN value IS 197 (77.34% from 255) = 37.1%

 BLUE value IS 129 (50.78% from 255) = 24.29%

R = 38.61%
G = 37.1%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CDC581 (or 0xCDC581) is known color: Winter Hazel. HEX triplet: CD, C5 and 81. RGB value is (205,197,129). Sum of RGB (Red+Green+Blue) = 205+197+129=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 129 (50.78% from 255 or 24.29% from 531); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC581 is #323A7E. Grayscale: #BFBFBF. Windows color (decimal): -3291775 or 8504781. OLE color: 8504781.

HSL color Cylindrical-coordinate representation of color #CDC581: hue angle of 53.68º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDC581 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 197 129 -
CMYK 0 0.04 0.37 0.20
HSL 53.68º 0.43% 0.65% -
HSV(B) 53.68º 0.37% 0.8% -
XYZ 49.11 54.5 28.7 -
YUV 191.64 92.65 137.53 -
System Red Green Blue C M Y K H S L
Decimal 205 197 129 0 0.04 0.37 0.20 53.68 0.43 0.65
Hex CD C5 81 0 4 25 14 36 2B 41
Octal 315 305 201 0 4 45 24 66 53 101
Binary 11001101 11000101 10000001 0 100 100101 10100 110110 101011 1000001

Color Harmonies of #CDC581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC581

Black with #CDC581

Text Example


Text Example

White with #CDC581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC581; }

 p { color: rgb(205,197,129); }

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

background-color css

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

 a { background-color: rgb(205,197,129); }

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

border-color css

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

 span { border-color: rgb(205,197,129); }

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