#CDD074

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

Shades of Deco #CDD074

Tints of Deco #CDD074

Color information

#CDD074 (or 0xCDD074) is unknown color: approx Deco. HEX triplet: CD, D0 and 74. RGB value is (205,208,116). Sum of RGB (Red+Green+Blue) = 205+208+116=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD074 is #322F8B. Grayscale: #C4C4C4. Windows color (decimal): -3288972 or 7655629. OLE color: 7655629.

HSL color Cylindrical-coordinate representation of color #CDD074: hue angle of 61.96º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDD074 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB205208116-
CMYK0.0100.440.18
HSL61.96º49.46%63.53%-
HSV(B)61.96º44.23%81.57%-
XYZ50.8959.3525.3-
YUV196.6182.51133.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.75%
GREEN value IS 208 (81.64% from 255) = 39.32%
BLUE value IS 116 (45.70% from 255) = 21.93%
R=38.75%
G=39.32%
B=21.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052081160.0100.440.1861.9649.4663.53
HexCDD074102C123e3140
Octal3153201641054227661100
Binary1100110111010000111010010101100100101111101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD074; }

 p { color: rgb(205,208,116); }

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

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

 a { background-color: rgb(205,208,116); }

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

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

 span { border-color: rgb(205,208,116); }

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