#CDC18D

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

Shades of Winter Hazel #CDC18D

Tints of Winter Hazel #CDC18D

Color information

#CDC18D (or 0xCDC18D) is unknown color: approx Winter Hazel. HEX triplet: CD, C1 and 8D. RGB value is (205,193,141). Sum of RGB (Red+Green+Blue) = 205+193+141=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC18D is #323E72. Grayscale: #BEBEBE. Windows color (decimal): -3292787 or 9290189. OLE color: 9290189.

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

Color convert

RGB205193141-
CMYK00.060.310.20
HSL48.75º39.02%67.84%-
HSV(B)48.75º31.22%80.39%-
XYZ49.0553.0432.85-
YUV190.6699.98138.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.03%
GREEN value IS 193 (75.78% from 255) = 35.81%
BLUE value IS 141 (55.47% from 255) = 26.16%
R=38.03%
G=35.81%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519314100.060.310.2048.7539.0267.84
HexCDC18D061F14312744
Octal3153012150637246147104
Binary110011011100000110001101011011111101001100011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC18D; }

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

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

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

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

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

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

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

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