#CFD485

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

Shades of Deco #CFD485

Tints of Deco #CFD485

Color information

#CFD485 (or 0xCFD485) is unknown color: approx Deco. HEX triplet: CF, D4 and 85. RGB value is (207,212,133). Sum of RGB (Red+Green+Blue) = 207+212+133=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 133 (52.34% from 255 or 24.09% from 552); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD485 is #302B7A. Grayscale: #C9C9C9. Windows color (decimal): -3156859 or 8770767. OLE color: 8770767.

HSL color Cylindrical-coordinate representation of color #CFD485: hue angle of 63.8º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFD485 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB207212133-
CMYK0.0200.370.17
HSL63.8º47.88%67.65%-
HSV(B)63.8º37.26%83.14%-
XYZ53.5162.0531.35-
YUV201.589.34131.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.5%
GREEN value IS 212 (83.20% from 255) = 38.41%
BLUE value IS 133 (52.34% from 255) = 24.09%
R=37.5%
G=38.41%
B=24.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2072121330.0200.370.1763.847.8867.65
HexCFD485202511403044
Octal31732420520452110060104
Binary1100111111010100100001011001001011000110000001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD485; }

 p { color: rgb(207,212,133); }

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

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

 a { background-color: rgb(207,212,133); }

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

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

 span { border-color: rgb(207,212,133); }

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