#CFD174

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

Shades of Deco #CFD174

Tints of Deco #CFD174

Color information

#CFD174 (or 0xCFD174) is unknown color: approx Deco. HEX triplet: CF, D1 and 74. RGB value is (207,209,116). Sum of RGB (Red+Green+Blue) = 207+209+116=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 209 (82.03% from 255 or 39.29% from 532); Blue value is 116 (45.70% from 255 or 21.80% from 532); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD174 is #302E8B. Grayscale: #C6C6C6. Windows color (decimal): -3157644 or 7655887. OLE color: 7655887.

HSL color Cylindrical-coordinate representation of color #CFD174: hue angle of 61.29º degrees, saturation: 0.5, 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 #CFD174 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB207209116-
CMYK0.0100.440.18
HSL61.29º50.27%63.73%-
HSV(B)61.29º44.5%81.96%-
XYZ51.6860.1325.4-
YUV197.881.84134.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.91%
GREEN value IS 209 (82.03% from 255) = 39.29%
BLUE value IS 116 (45.70% from 255) = 21.80%
R=38.91%
G=39.29%
B=21.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2072091160.0100.440.1861.2950.2763.73
HexCFD174102C123d3240
Octal3173211641054227562100
Binary1100111111010001111010010101100100101111011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD174; }

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

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

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

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

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

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

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

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