#CDD679

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

Shades of Deco #CDD679

Tints of Deco #CDD679

Color information

#CDD679 (or 0xCDD679) is unknown color: approx Deco. HEX triplet: CD, D6 and 79. RGB value is (205,214,121). Sum of RGB (Red+Green+Blue) = 205+214+121=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 121 (47.66% from 255 or 22.41% from 540); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD679 is #322986. Grayscale: #C9C9C9. Windows color (decimal): -3287431 or 7984845. OLE color: 7984845.

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

Color convert

RGB205214121-
CMYK0.0400.430.16
HSL65.81º53.14%65.69%-
HSV(B)65.81º43.46%83.92%-
XYZ52.6762.4527.37-
YUV200.7183.02131.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.96%
GREEN value IS 214 (83.98% from 255) = 39.63%
BLUE value IS 121 (47.66% from 255) = 22.41%
R=37.96%
G=39.63%
B=22.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052141210.0400.430.1665.8153.1465.69
HexCDD679402B10423542
Octal31532617140532010265102
Binary1100110111010110111100110001010111000010000101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD679; }

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

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

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

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

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

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

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

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