#CFD079

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

Shades of Deco #CFD079

Tints of Deco #CFD079

Color information

#CFD079 (or 0xCFD079) is unknown color: approx Deco. HEX triplet: CF, D0 and 79. RGB value is (207,208,121). Sum of RGB (Red+Green+Blue) = 207+208+121=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 121 (47.66% from 255 or 22.57% from 536); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD079 is #302F86. Grayscale: #C6C6C6. Windows color (decimal): -3157895 or 7983311. OLE color: 7983311.

HSL color Cylindrical-coordinate representation of color #CFD079: hue angle of 60.69º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFD079 is Cyan = 0.00, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB207208121-
CMYK0.0000.420.18
HSL60.69º48.07%64.51%-
HSV(B)60.69º41.83%81.57%-
XYZ51.7459.7626.9-
YUV197.7884.67134.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.62%
GREEN value IS 208 (81.64% from 255) = 38.81%
BLUE value IS 121 (47.66% from 255) = 22.57%
R=38.62%
G=38.81%
B=22.57%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2072081210.0000.420.1860.6948.0764.51
HexCFD079002A123d3041
Octal3173201710052227560101
Binary1100111111010000111100100101010100101111011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD079; }

 p { color: rgb(207,208,121); }

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

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

 a { background-color: rgb(207,208,121); }

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

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

 span { border-color: rgb(207,208,121); }

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