#D6D38B

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

Shades of Deco #D6D38B

Tints of Deco #D6D38B

Color information

#D6D38B (or 0xD6D38B) is unknown color: approx Deco. HEX triplet: D6, D3 and 8B. RGB value is (214,211,139). Sum of RGB (Red+Green+Blue) = 214+211+139=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 139 (54.69% from 255 or 24.65% from 564); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D38B is #292C74. Grayscale: #CBCBCB. Windows color (decimal): -2698357 or 9163734. OLE color: 9163734.

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

Color convert

RGB214211139-
CMYK00.010.350.16
HSL57.6º47.77%69.22%-
HSV(B)57.6º35.05%83.92%-
XYZ55.6962.7533.6-
YUV203.6991.49135.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.94%
GREEN value IS 211 (82.81% from 255) = 37.41%
BLUE value IS 139 (54.69% from 255) = 24.65%
R=37.94%
G=37.41%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421113900.010.350.1657.647.7769.22
HexD6D38B0123103a3045
Octal3263232130143207260105
Binary11010110110100111000101101100011100001110101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D38B; }

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

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

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

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

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

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

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

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