#CDC68E

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

Shades of Winter Hazel #CDC68E

Tints of Winter Hazel #CDC68E

Color information

#CDC68E (or 0xCDC68E) is unknown color: approx Winter Hazel. HEX triplet: CD, C6 and 8E. RGB value is (205,198,142). Sum of RGB (Red+Green+Blue) = 205+198+142=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 198 (77.73% from 255 or 36.33% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC68E is #323971. Grayscale: #C1C1C1. Windows color (decimal): -3291506 or 9357005. OLE color: 9357005.

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

Color convert

RGB205198142-
CMYK00.030.310.20
HSL53.33º38.65%68.04%-
HSV(B)53.33º30.73%80.39%-
XYZ50.2555.3233.62-
YUV193.7198.82136.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.61%
GREEN value IS 198 (77.73% from 255) = 36.33%
BLUE value IS 142 (55.86% from 255) = 26.06%
R=37.61%
G=36.33%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519814200.030.310.2053.3338.6568.04
HexCDC68E031F14352744
Octal3153062160337246547104
Binary11001101110001101000111001111111101001101011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC68E; }

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

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

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

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

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

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

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

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