#CDD975

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

Shades of Deco #CDD975

Tints of Deco #CDD975

Color information

#CDD975 (or 0xCDD975) is unknown color: approx Deco. HEX triplet: CD, D9 and 75. RGB value is (205,217,117). Sum of RGB (Red+Green+Blue) = 205+217+117=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 117 (46.09% from 255 or 21.71% from 539); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD975 is #32268A. Grayscale: #CACACA. Windows color (decimal): -3286667 or 7723469. OLE color: 7723469.

HSL color Cylindrical-coordinate representation of color #CDD975: hue angle of 67.2º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDD975 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB205217117-
CMYK0.0600.460.15
HSL67.2º56.82%65.49%-
HSV(B)67.2º46.08%85.1%-
XYZ53.263.8926.36-
YUV202.0180.02130.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.03%
GREEN value IS 217 (85.16% from 255) = 40.26%
BLUE value IS 117 (46.09% from 255) = 21.71%
R=38.03%
G=40.26%
B=21.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052171170.0600.460.1567.256.8265.49
HexCDD975602EF433941
Octal31533116560561710371101
Binary110011011101100111101011100101110111110000111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD975; }

 p { color: rgb(205,217,117); }

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

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

 a { background-color: rgb(205,217,117); }

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

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

 span { border-color: rgb(205,217,117); }

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