#CDD594

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

Shades of Deco #CDD594

Tints of Deco #CDD594

Color information

#CDD594 (or 0xCDD594) is unknown color: approx Deco. HEX triplet: CD, D5 and 94. RGB value is (205,213,148). Sum of RGB (Red+Green+Blue) = 205+213+148=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 148 (58.20% from 255 or 26.15% from 566); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD594 is #322A6B. Grayscale: #CBCBCB. Windows color (decimal): -3287660 or 9754061. OLE color: 9754061.

HSL color Cylindrical-coordinate representation of color #CDD594: hue angle of 67.38º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDD594 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB205213148-
CMYK0.0400.310.16
HSL67.38º43.62%70.78%-
HSV(B)67.38º30.52%83.53%-
XYZ54.3262.7137.26-
YUV203.296.85129.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.22%
GREEN value IS 213 (83.59% from 255) = 37.63%
BLUE value IS 148 (58.20% from 255) = 26.15%
R=36.22%
G=37.63%
B=26.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052131480.0400.310.1667.3843.6270.78
HexCDD594401F10432c47
Octal31532522440372010354107
Binary1100110111010101100101001000111111000010000111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD594; }

 p { color: rgb(205,213,148); }

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

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

 a { background-color: rgb(205,213,148); }

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

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

 span { border-color: rgb(205,213,148); }

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