#CDD674

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

Shades of Deco #CDD674

Tints of Deco #CDD674

Color information

#CDD674 (or 0xCDD674) is unknown color: approx Deco. HEX triplet: CD, D6 and 74. RGB value is (205,214,116). Sum of RGB (Red+Green+Blue) = 205+214+116=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 214 (83.98% from 255 or 40% from 535); Blue value is 116 (45.70% from 255 or 21.68% from 535); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD674 is #32298B. Grayscale: #C8C8C8. Windows color (decimal): -3287436 or 7657165. OLE color: 7657165.

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

Color convert

RGB205214116-
CMYK0.0400.460.16
HSL65.51º54.44%64.71%-
HSV(B)65.51º45.79%83.92%-
XYZ52.3862.3325.79-
YUV200.1480.52131.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.32%
GREEN value IS 214 (83.98% from 255) = 40%
BLUE value IS 116 (45.70% from 255) = 21.68%
R=38.32%
G=40%
B=21.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052141160.0400.460.1665.5154.4464.71
HexCDD674402E10423641
Octal31532616440562010266101
Binary1100110111010110111010010001011101000010000101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD674; }

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

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

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

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

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

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

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

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