#CFD074

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

Shades of Deco #CFD074

Tints of Deco #CFD074

Color information

#CFD074 (or 0xCFD074) is unknown color: approx Deco. HEX triplet: CF, D0 and 74. RGB value is (207,208,116). Sum of RGB (Red+Green+Blue) = 207+208+116=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 116 (45.70% from 255 or 21.85% from 531); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD074 is #302F8B. Grayscale: #C5C5C5. Windows color (decimal): -3157900 or 7655631. OLE color: 7655631.

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

Color convert

RGB207208116-
CMYK0.0000.440.18
HSL60.65º49.46%63.53%-
HSV(B)60.65º44.23%81.57%-
XYZ51.4459.6425.32-
YUV197.2182.17134.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.98%
GREEN value IS 208 (81.64% from 255) = 39.17%
BLUE value IS 116 (45.70% from 255) = 21.85%
R=38.98%
G=39.17%
B=21.85%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2072081160.0000.440.1860.6549.4663.53
HexCFD074002C123d3140
Octal3173201640054227561100
Binary1100111111010000111010000101100100101111011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD074; }

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

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

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

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

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

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

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

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