#CDD18D

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

Shades of Deco #CDD18D

Tints of Deco #CDD18D

Color information

#CDD18D (or 0xCDD18D) is unknown color: approx Deco. HEX triplet: CD, D1 and 8D. RGB value is (205,209,141). Sum of RGB (Red+Green+Blue) = 205+209+141=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 209 (82.03% from 255 or 37.66% from 555); Blue value is 141 (55.47% from 255 or 25.41% from 555); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD18D is #322E72. Grayscale: #C8C8C8. Windows color (decimal): -3288691 or 9294285. OLE color: 9294285.

HSL color Cylindrical-coordinate representation of color #CDD18D: hue angle of 63.53º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDD18D is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB205209141-
CMYK0.0200.330.18
HSL63.53º42.5%68.63%-
HSV(B)63.53º32.54%81.96%-
XYZ52.7960.534.1-
YUV200.0594.67131.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.94%
GREEN value IS 209 (82.03% from 255) = 37.66%
BLUE value IS 141 (55.47% from 255) = 25.41%
R=36.94%
G=37.66%
B=25.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052091410.0200.330.1863.5342.568.63
HexCDD18D202112402a45
Octal31532121520412210052105
Binary1100110111010001100011011001000011001010000001010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD18D; }

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

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

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

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

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

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

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

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