#CDC678

Color #CDC678 Winter Hazel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Winter Hazel #CDC678

Tints of Winter Hazel #CDC678

Color information

#CDC678 (or 0xCDC678) is unknown color: approx Winter Hazel. HEX triplet: CD, C6 and 78. RGB value is (205,198,120). Sum of RGB (Red+Green+Blue) = 205+198+120=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 120 (47.27% from 255 or 22.94% from 523); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC678 is #323987. Grayscale: #BFBFBF. Windows color (decimal): -3291528 or 7915213. OLE color: 7915213.

HSL color Cylindrical-coordinate representation of color #CDC678: hue angle of 55.06º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDC678 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB205198120-
CMYK00.030.410.20
HSL55.06º45.95%63.73%-
HSV(B)55.06º41.46%80.39%-
XYZ48.7654.7225.76-
YUV191.287.82137.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.20%
GREEN value IS 198 (77.73% from 255) = 37.86%
BLUE value IS 120 (47.27% from 255) = 22.94%
R=39.20%
G=37.86%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519812000.030.410.2055.0645.9563.73
HexCDC678032914372e40
Octal3153061700351246756100
Binary11001101110001101111000011101001101001101111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC678; }

 p { color: rgb(205,198,120); }

 H1.HeaderClassName
 {
   color: #CDC678;
 }
 .AnyTagClassName
 {
   color: #CDC678;
 }
</style>
background-color css

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

 a { background-color: rgb(205,198,120); }

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

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

 span { border-color: rgb(205,198,120); }

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