#D0D293

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

Shades of Deco #D0D293

Tints of Deco #D0D293

Color information

#D0D293 (or 0xD0D293) is unknown color: approx Deco. HEX triplet: D0, D2 and 93. RGB value is (208,210,147). Sum of RGB (Red+Green+Blue) = 208+210+147=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 210 (82.42% from 255 or 37.17% from 565); Blue value is 147 (57.81% from 255 or 26.02% from 565); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D293 is #2F2D6C. Grayscale: #CACACA. Windows color (decimal): -3091821 or 9687760. OLE color: 9687760.

HSL color Cylindrical-coordinate representation of color #D0D293: hue angle of 61.9º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0D293 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB208210147-
CMYK0.0100.300.18
HSL61.9º41.18%70%-
HSV(B)61.9º30%82.35%-
XYZ54.3361.6136.63-
YUV202.2296.84132.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.81%
GREEN value IS 210 (82.42% from 255) = 37.17%
BLUE value IS 147 (57.81% from 255) = 26.02%
R=36.81%
G=37.17%
B=26.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082101470.0100.300.1861.941.1870
HexD0D293101E123e2946
Octal3203222231036227651106
Binary1101000011010010100100111011110100101111101010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D293; }

 p { color: rgb(208,210,147); }

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

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

 a { background-color: rgb(208,210,147); }

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

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

 span { border-color: rgb(208,210,147); }

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