#CDC17A

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

Shades of Winter Hazel #CDC17A

Tints of Winter Hazel #CDC17A

Color information

#CDC17A (or 0xCDC17A) is unknown color: approx Winter Hazel. HEX triplet: CD, C1 and 7A. RGB value is (205,193,122). Sum of RGB (Red+Green+Blue) = 205+193+122=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 122 (48.05% from 255 or 23.46% from 520); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC17A is #323E85. Grayscale: #BCBCBC. Windows color (decimal): -3292806 or 8045005. OLE color: 8045005.

HSL color Cylindrical-coordinate representation of color #CDC17A: hue angle of 51.33º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDC17A is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB205193122-
CMYK00.060.400.20
HSL51.33º45.36%64.12%-
HSV(B)51.33º40.49%80.39%-
XYZ47.7652.5226.03-
YUV188.4990.48139.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.42%
GREEN value IS 193 (75.78% from 255) = 37.12%
BLUE value IS 122 (48.05% from 255) = 23.46%
R=39.42%
G=37.12%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519312200.060.400.2051.3345.3664.12
HexCDC17A062814332d40
Octal3153011720650246355100
Binary110011011100000111110100110101000101001100111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC17A; }

 p { color: rgb(205,193,122); }

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

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

 a { background-color: rgb(205,193,122); }

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

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

 span { border-color: rgb(205,193,122); }

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