Html Css Color HEX #CDC580 Winter Hazel

📋 copy color: '#CDC580'

red 205 ◦ green 197 ◦ blue 128

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

Shades of Winter Hazel #CDC580

Tints of Winter Hazel #CDC580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.15%

R = 38.68%
G = 37.17%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CDC580 (or 0xCDC580) is known color: Winter Hazel. HEX triplet: CD, C5 and 80. RGB value is (205,197,128). Sum of RGB (Red+Green+Blue) = 205+197+128=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 128 (50.39% from 255 or 24.15% from 530); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC580 is #323A7F. Grayscale: #BFBFBF. Windows color (decimal): -3291776 or 8439245. OLE color: 8439245.

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

Color convert

RGB 205 197 128 -
CMYK 0 0.04 0.38 0.20
HSL 53.77º 0.44% 0.65% -
HSV(B) 53.77º 0.38% 0.8% -
XYZ 49.04 54.47 28.35 -
YUV 191.53 92.15 137.61 -
System Red Green Blue C M Y K H S L
Decimal 205 197 128 0 0.04 0.38 0.20 53.77 0.44 0.65
Hex CD C5 80 0 4 26 14 36 2C 41
Octal 315 305 200 0 4 46 24 66 54 101
Binary 11001101 11000101 10000000 0 100 100110 10100 110110 101100 1000001

Color Harmonies of #CDC580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC580

Black with #CDC580

Text Example


Text Example

White with #CDC580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC580; }

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

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

background-color css

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

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

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

border-color css

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

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

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