#D0D397

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

Shades of Deco #D0D397

Tints of Deco #D0D397

Color information

#D0D397 (or 0xD0D397) is unknown color: approx Deco. HEX triplet: D0, D3 and 97. RGB value is (208,211,151). Sum of RGB (Red+Green+Blue) = 208+211+151=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 211 (82.81% from 255 or 37.02% from 570); Blue value is 151 (59.38% from 255 or 26.49% from 570); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D397 is #2F2C68. Grayscale: #CBCBCB. Windows color (decimal): -3091561 or 9950160. OLE color: 9950160.

HSL color Cylindrical-coordinate representation of color #D0D397: hue angle of 63º 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 #D0D397 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB208211151-
CMYK0.0100.280.17
HSL63º40.54%70.98%-
HSV(B)63º28.44%82.75%-
XYZ54.8962.2338.4-
YUV203.2698.51131.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.49%
GREEN value IS 211 (82.81% from 255) = 37.02%
BLUE value IS 151 (59.38% from 255) = 26.49%
R=36.49%
G=37.02%
B=26.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2082111510.0100.280.176340.5470.98
HexD0D397101C113f2947
Octal3203232271034217751107
Binary1101000011010011100101111011100100011111111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D397; }

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

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

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

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

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

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

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

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