#D6D58B

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

Shades of Deco #D6D58B

Tints of Deco #D6D58B

Color information

#D6D58B (or 0xD6D58B) is unknown color: approx Deco. HEX triplet: D6, D5 and 8B. RGB value is (214,213,139). Sum of RGB (Red+Green+Blue) = 214+213+139=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 139 (54.69% from 255 or 24.56% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D58B is #292A74. Grayscale: #CDCDCD. Windows color (decimal): -2697845 or 9164246. OLE color: 9164246.

HSL color Cylindrical-coordinate representation of color #D6D58B: hue angle of 59.2º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6D58B is Cyan = 0, Magento = 0.00, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB214213139-
CMYK00.000.350.16
HSL59.2º47.77%69.22%-
HSV(B)59.2º35.05%83.92%-
XYZ56.1963.7533.77-
YUV204.8690.83134.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.81%
GREEN value IS 213 (83.59% from 255) = 37.63%
BLUE value IS 139 (54.69% from 255) = 24.56%
R=37.81%
G=37.63%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421313900.000.350.1659.247.7769.22
HexD6D58B0023103b3045
Octal3263252130043207360105
Binary11010110110101011000101100100011100001110111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D58B; }

 p { color: rgb(214,213,139); }

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

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

 a { background-color: rgb(214,213,139); }

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

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

 span { border-color: rgb(214,213,139); }

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