#D6D38A

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

Shades of Deco #D6D38A

Tints of Deco #D6D38A

Color information

#D6D38A (or 0xD6D38A) is unknown color: approx Deco. HEX triplet: D6, D3 and 8A. RGB value is (214,211,138). Sum of RGB (Red+Green+Blue) = 214+211+138=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 211 (82.81% from 255 or 37.48% from 563); Blue value is 138 (54.30% from 255 or 24.51% from 563); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D38A is #292C75. Grayscale: #CBCBCB. Windows color (decimal): -2698358 or 9098198. OLE color: 9098198.

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

Color convert

RGB214211138-
CMYK00.010.360.16
HSL57.63º48.1%69.02%-
HSV(B)57.63º35.51%83.92%-
XYZ55.6162.7233.22-
YUV203.5890.99135.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.01%
GREEN value IS 211 (82.81% from 255) = 37.48%
BLUE value IS 138 (54.30% from 255) = 24.51%
R=38.01%
G=37.48%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421113800.010.360.1657.6348.169.02
HexD6D38A0124103a3045
Octal3263232120144207260105
Binary11010110110100111000101001100100100001110101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D38A; }

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

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

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

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

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

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

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

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