#CFD780

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

Shades of Deco #CFD780

Tints of Deco #CFD780

Color information

#CFD780 (or 0xCFD780) is unknown color: approx Deco. HEX triplet: CF, D7 and 80. RGB value is (207,215,128). Sum of RGB (Red+Green+Blue) = 207+215+128=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 128 (50.39% from 255 or 23.27% from 550); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD780 is #30287F. Grayscale: #CBCBCB. Windows color (decimal): -3156096 or 8443855. OLE color: 8443855.

HSL color Cylindrical-coordinate representation of color #CFD780: hue angle of 65.52º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFD780 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB207215128-
CMYK0.0400.400.16
HSL65.52º52.1%67.25%-
HSV(B)65.52º40.47%84.31%-
XYZ53.9363.4229.82-
YUV202.6985.85131.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.64%
GREEN value IS 215 (84.38% from 255) = 39.09%
BLUE value IS 128 (50.39% from 255) = 23.27%
R=37.64%
G=39.09%
B=23.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072151280.0400.400.1665.5252.167.25
HexCFD780402810423443
Octal31732720040502010264103
Binary11001111110101111000000010001010001000010000101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD780; }

 p { color: rgb(207,215,128); }

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

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

 a { background-color: rgb(207,215,128); }

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

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

 span { border-color: rgb(207,215,128); }

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