#CDC47D

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

Shades of Winter Hazel #CDC47D

Tints of Winter Hazel #CDC47D

Color information

#CDC47D (or 0xCDC47D) is unknown color: approx Winter Hazel. HEX triplet: CD, C4 and 7D. RGB value is (205,196,125). Sum of RGB (Red+Green+Blue) = 205+196+125=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC47D is #323B82. Grayscale: #BEBEBE. Windows color (decimal): -3292035 or 8242381. OLE color: 8242381.

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

Color convert

RGB205196125-
CMYK00.040.390.20
HSL53.25º44.44%64.71%-
HSV(B)53.25º39.02%80.39%-
XYZ48.6253.9427.25-
YUV190.690.98138.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.97%
GREEN value IS 196 (76.95% from 255) = 37.26%
BLUE value IS 125 (49.22% from 255) = 23.76%
R=38.97%
G=37.26%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519612500.040.390.2053.2544.4464.71
HexCDC47D042714352c41
Octal3153041750447246554101
Binary110011011100010011111010100100111101001101011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC47D; }

 p { color: rgb(205,196,125); }

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

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

 a { background-color: rgb(205,196,125); }

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

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

 span { border-color: rgb(205,196,125); }

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