#CDD88C

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

Shades of Deco #CDD88C

Tints of Deco #CDD88C

Color information

#CDD88C (or 0xCDD88C) is unknown color: approx Deco. HEX triplet: CD, D8 and 8C. RGB value is (205,216,140). Sum of RGB (Red+Green+Blue) = 205+216+140=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 216 (84.77% from 255 or 38.50% from 561); Blue value is 140 (55.08% from 255 or 24.96% from 561); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD88C is #322773. Grayscale: #CCCCCC. Windows color (decimal): -3286900 or 9230541. OLE color: 9230541.

HSL color Cylindrical-coordinate representation of color #CDD88C: hue angle of 68.68º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDD88C is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB205216140-
CMYK0.0500.350.15
HSL68.68º49.35%69.8%-
HSV(B)68.68º35.19%84.71%-
XYZ54.4763.9834.29-
YUV204.0591.86128.68-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.54%
GREEN value IS 216 (84.77% from 255) = 38.50%
BLUE value IS 140 (55.08% from 255) = 24.96%
R=36.54%
G=38.50%
B=24.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052161400.0500.350.1568.6849.3569.8
HexCDD88C5023F453146
Octal31533021450431710561106
Binary1100110111011000100011001010100011111110001011100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD88C; }

 p { color: rgb(205,216,140); }

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

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

 a { background-color: rgb(205,216,140); }

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

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

 span { border-color: rgb(205,216,140); }

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