#D5D283

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

Shades of Deco #D5D283

Tints of Deco #D5D283

Color information

#D5D283 (or 0xD5D283) is unknown color: approx Deco. HEX triplet: D5, D2 and 83. RGB value is (213,210,131). Sum of RGB (Red+Green+Blue) = 213+210+131=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 131 (51.56% from 255 or 23.65% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D283 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D283 is #2A2D7C. Grayscale: #CACACA. Windows color (decimal): -2764157 or 8639189. OLE color: 8639189.

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

Color convert

RGB213210131-
CMYK00.010.380.16
HSL57.8º49.4%67.45%-
HSV(B)57.8º38.5%83.53%-
XYZ54.5861.8830.54-
YUV201.8987.99135.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.45%
GREEN value IS 210 (82.42% from 255) = 37.91%
BLUE value IS 131 (51.56% from 255) = 23.65%
R=38.45%
G=37.91%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21321013100.010.380.1657.849.467.45
HexD5D2830126103a3143
Octal3253222030146207261103
Binary11010101110100101000001101100110100001110101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D283; }

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

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

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

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

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

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

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

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