#CDD598

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

Shades of Deco #CDD598

Tints of Deco #CDD598

Color information

#CDD598 (or 0xCDD598) is unknown color: approx Deco. HEX triplet: CD, D5 and 98. RGB value is (205,213,152). Sum of RGB (Red+Green+Blue) = 205+213+152=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 213 (83.59% from 255 or 37.37% from 570); Blue value is 152 (59.77% from 255 or 26.67% from 570); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD598 is #322A67. Grayscale: #CBCBCB. Windows color (decimal): -3287656 or 10016205. OLE color: 10016205.

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

Color convert

RGB205213152-
CMYK0.0400.290.16
HSL67.87º42.07%71.57%-
HSV(B)67.87º28.64%83.53%-
XYZ54.6462.8338.95-
YUV203.6598.85128.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.96%
GREEN value IS 213 (83.59% from 255) = 37.37%
BLUE value IS 152 (59.77% from 255) = 26.67%
R=35.96%
G=37.37%
B=26.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052131520.0400.290.1667.8742.0771.57
HexCDD598401D10442a48
Octal31532523040352010452110
Binary1100110111010101100110001000111011000010001001010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD598; }

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

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

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

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

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

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

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

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