#CFD397

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

Shades of Deco #CFD397

Tints of Deco #CFD397

Color information

#CFD397 (or 0xCFD397) is unknown color: approx Deco. HEX triplet: CF, D3 and 97. RGB value is (207,211,151). Sum of RGB (Red+Green+Blue) = 207+211+151=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 211 (82.81% from 255 or 37.08% from 569); Blue value is 151 (59.38% from 255 or 26.54% from 569); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD397 is #302C68. Grayscale: #CBCBCB. Windows color (decimal): -3157097 or 9950159. OLE color: 9950159.

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

Color convert

RGB207211151-
CMYK0.0200.280.17
HSL64º40.54%70.98%-
HSV(B)64º28.44%82.75%-
XYZ54.6162.0938.38-
YUV202.9698.67130.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.38%
GREEN value IS 211 (82.81% from 255) = 37.08%
BLUE value IS 151 (59.38% from 255) = 26.54%
R=36.38%
G=37.08%
B=26.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2072111510.0200.280.176440.5470.98
HexCFD397201C11402947
Octal31732322720342110051107
Binary110011111101001110010111100111001000110000001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD397; }

 p { color: rgb(207,211,151); }

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

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

 a { background-color: rgb(207,211,151); }

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

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

 span { border-color: rgb(207,211,151); }

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