#CDC98E

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

Shades of Winter Hazel #CDC98E

Tints of Winter Hazel #CDC98E

Color information

#CDC98E (or 0xCDC98E) is unknown color: approx Winter Hazel. HEX triplet: CD, C9 and 8E. RGB value is (205,201,142). Sum of RGB (Red+Green+Blue) = 205+201+142=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 142 (55.86% from 255 or 25.91% from 548); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC98E is #323671. Grayscale: #C3C3C3. Windows color (decimal): -3290738 or 9357773. OLE color: 9357773.

HSL color Cylindrical-coordinate representation of color #CDC98E: hue angle of 56.19º 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 #CDC98E is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB205201142-
CMYK00.020.310.20
HSL56.19º38.65%68.04%-
HSV(B)56.19º30.73%80.39%-
XYZ50.9556.7133.85-
YUV195.4797.83134.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.41%
GREEN value IS 201 (78.91% from 255) = 36.68%
BLUE value IS 142 (55.86% from 255) = 25.91%
R=37.41%
G=36.68%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520114200.020.310.2056.1938.6568.04
HexCDC98E021F14382744
Octal3153112160237247047104
Binary11001101110010011000111001011111101001110001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC98E; }

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

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

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

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

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

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

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

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