#D0D583

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

Shades of Deco #D0D583

Tints of Deco #D0D583

Color information

#D0D583 (or 0xD0D583) is unknown color: approx Deco. HEX triplet: D0, D5 and 83. RGB value is (208,213,131). Sum of RGB (Red+Green+Blue) = 208+213+131=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 213 (83.59% from 255 or 38.59% from 552); Blue value is 131 (51.56% from 255 or 23.73% from 552); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D583 is #2F2A7C. Grayscale: #CACACA. Windows color (decimal): -3091069 or 8639952. OLE color: 8639952.

HSL color Cylindrical-coordinate representation of color #D0D583: hue angle of 63.66º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0D583 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB208213131-
CMYK0.0200.380.16
HSL63.66º49.4%67.45%-
HSV(B)63.66º38.5%83.53%-
XYZ53.962.6430.72-
YUV202.1687.84132.17-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.68%
GREEN value IS 213 (83.59% from 255) = 38.59%
BLUE value IS 131 (51.56% from 255) = 23.73%
R=37.68%
G=38.59%
B=23.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2082131310.0200.380.1663.6649.467.45
HexD0D583202610403143
Octal32032520320462010061103
Binary1101000011010101100000111001001101000010000001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D583; }

 p { color: rgb(208,213,131); }

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

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

 a { background-color: rgb(208,213,131); }

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

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

 span { border-color: rgb(208,213,131); }

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