#CDC27E

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

Shades of Winter Hazel #CDC27E

Tints of Winter Hazel #CDC27E

Color information

#CDC27E (or 0xCDC27E) is unknown color: approx Winter Hazel. HEX triplet: CD, C2 and 7E. RGB value is (205,194,126). Sum of RGB (Red+Green+Blue) = 205+194+126=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 126 (49.61% from 255 or 24% from 525); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC27E is #323D81. Grayscale: #BDBDBD. Windows color (decimal): -3292546 or 8307405. OLE color: 8307405.

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

Color convert

RGB205194126-
CMYK00.050.390.20
HSL51.65º44.13%64.9%-
HSV(B)51.65º38.54%80.39%-
XYZ48.2353.0727.44-
YUV189.5492.14139.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.05%
GREEN value IS 194 (76.17% from 255) = 36.95%
BLUE value IS 126 (49.61% from 255) = 24%
R=39.05%
G=36.95%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519412600.050.390.2051.6544.1364.9
HexCDC27E052714342c41
Octal3153021760547246454101
Binary110011011100001011111100101100111101001101001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC27E; }

 p { color: rgb(205,194,126); }

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

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

 a { background-color: rgb(205,194,126); }

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

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

 span { border-color: rgb(205,194,126); }

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