#CFD298

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

Shades of Deco #CFD298

Tints of Deco #CFD298

Color information

#CFD298 (or 0xCFD298) is unknown color: approx Deco. HEX triplet: CF, D2 and 98. RGB value is (207,210,152). Sum of RGB (Red+Green+Blue) = 207+210+152=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 210 (82.42% from 255 or 36.91% from 569); Blue value is 152 (59.77% from 255 or 26.71% from 569); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD298 is #302D67. Grayscale: #CACACA. Windows color (decimal): -3157352 or 10015439. OLE color: 10015439.

HSL color Cylindrical-coordinate representation of color #CFD298: hue angle of 63.1º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFD298 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB207210152-
CMYK0.0100.280.18
HSL63.1º39.19%70.98%-
HSV(B)63.1º27.62%82.35%-
XYZ54.4561.6338.73-
YUV202.4999.51131.22-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.38%
GREEN value IS 210 (82.42% from 255) = 36.91%
BLUE value IS 152 (59.77% from 255) = 26.71%
R=36.38%
G=36.91%
B=26.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2072101520.0100.280.1863.139.1970.98
HexCFD298101C123f2747
Octal3173222301034227747107
Binary1100111111010010100110001011100100101111111001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD298; }

 p { color: rgb(207,210,152); }

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

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

 a { background-color: rgb(207,210,152); }

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

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

 span { border-color: rgb(207,210,152); }

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