#D6D481

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

Shades of Deco #D6D481

Tints of Deco #D6D481

Color information

#D6D481 (or 0xD6D481) is unknown color: approx Deco. HEX triplet: D6, D4 and 81. RGB value is (214,212,129). Sum of RGB (Red+Green+Blue) = 214+212+129=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 129 (50.78% from 255 or 23.24% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D481 is #292B7E. Grayscale: #CBCBCB. Windows color (decimal): -2698111 or 8508630. OLE color: 8508630.

HSL color Cylindrical-coordinate representation of color #D6D481: hue angle of 58.59º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6D481 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB214212129-
CMYK00.010.400.16
HSL58.59º50.9%67.25%-
HSV(B)58.59º39.72%83.92%-
XYZ55.2462.9730.01-
YUV203.1486.16135.75-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.56%
GREEN value IS 212 (83.20% from 255) = 38.20%
BLUE value IS 129 (50.78% from 255) = 23.24%
R=38.56%
G=38.20%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421212900.010.400.1658.5950.967.25
HexD6D4810128103b3343
Octal3263242010150207363103
Binary11010110110101001000000101101000100001110111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D481; }

 p { color: rgb(214,212,129); }

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

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

 a { background-color: rgb(214,212,129); }

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

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

 span { border-color: rgb(214,212,129); }

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