#CDD475

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

Shades of Deco #CDD475

Tints of Deco #CDD475

Color information

#CDD475 (or 0xCDD475) is unknown color: approx Deco. HEX triplet: CD, D4 and 75. RGB value is (205,212,117). Sum of RGB (Red+Green+Blue) = 205+212+117=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 117 (46.09% from 255 or 21.91% from 534); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD475 is #322B8A. Grayscale: #C7C7C7. Windows color (decimal): -3287947 or 7722189. OLE color: 7722189.

HSL color Cylindrical-coordinate representation of color #CDD475: hue angle of 64.42º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDD475 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB205212117-
CMYK0.0300.450.17
HSL64.42º52.49%64.51%-
HSV(B)64.42º44.81%83.14%-
XYZ51.9361.3525.93-
YUV199.0881.68132.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.39%
GREEN value IS 212 (83.20% from 255) = 39.70%
BLUE value IS 117 (46.09% from 255) = 21.91%
R=38.39%
G=39.70%
B=21.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2052121170.0300.450.1764.4252.4964.51
HexCDD475302D11403441
Octal31532416530552110064101
Binary110011011101010011101011101011011000110000001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD475; }

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

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

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

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

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

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

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

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