#CDC48D

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

Shades of Winter Hazel #CDC48D

Tints of Winter Hazel #CDC48D

Color information

#CDC48D (or 0xCDC48D) is unknown color: approx Winter Hazel. HEX triplet: CD, C4 and 8D. RGB value is (205,196,141). Sum of RGB (Red+Green+Blue) = 205+196+141=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 141 (55.47% from 255 or 26.01% from 542); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC48D is #323B72. Grayscale: #C0C0C0. Windows color (decimal): -3292019 or 9290957. OLE color: 9290957.

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

Color convert

RGB205196141-
CMYK00.040.310.20
HSL51.56º39.02%67.84%-
HSV(B)51.56º31.22%80.39%-
XYZ49.7254.3833.08-
YUV192.4298.98136.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.82%
GREEN value IS 196 (76.95% from 255) = 36.16%
BLUE value IS 141 (55.47% from 255) = 26.01%
R=37.82%
G=36.16%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519614100.040.310.2051.5639.0267.84
HexCDC48D041F14342744
Octal3153042150437246447104
Binary110011011100010010001101010011111101001101001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC48D; }

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

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

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

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

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

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

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

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