#CFD680

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

Shades of Deco #CFD680

Tints of Deco #CFD680

Color information

#CFD680 (or 0xCFD680) is unknown color: approx Deco. HEX triplet: CF, D6 and 80. RGB value is (207,214,128). Sum of RGB (Red+Green+Blue) = 207+214+128=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 128 (50.39% from 255 or 23.32% from 549); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD680 is #30297F. Grayscale: #CACACA. Windows color (decimal): -3156352 or 8443599. OLE color: 8443599.

HSL color Cylindrical-coordinate representation of color #CFD680: hue angle of 64.88º degrees, saturation: 0.51, 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 #CFD680 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB207214128-
CMYK0.0300.400.16
HSL64.88º51.19%67.06%-
HSV(B)64.88º40.19%83.92%-
XYZ53.6762.9229.74-
YUV202.186.18131.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.70%
GREEN value IS 214 (83.98% from 255) = 38.98%
BLUE value IS 128 (50.39% from 255) = 23.32%
R=37.70%
G=38.98%
B=23.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072141280.0300.400.1664.8851.1967.06
HexCFD680302810413343
Octal31732620030502010163103
Binary1100111111010110100000001101010001000010000011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD680; }

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

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

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

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

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

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

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

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