#D7D68A

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

Shades of Deco #D7D68A

Tints of Deco #D7D68A

Color information

#D7D68A (or 0xD7D68A) is unknown color: approx Deco. HEX triplet: D7, D6 and 8A. RGB value is (215,214,138). Sum of RGB (Red+Green+Blue) = 215+214+138=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 138 (54.30% from 255 or 24.34% from 567); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D68A is #282975. Grayscale: #CDCDCD. Windows color (decimal): -2632054 or 9098967. OLE color: 9098967.

HSL color Cylindrical-coordinate representation of color #D7D68A: hue angle of 59.22º degrees, saturation: 0.49, 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 #D7D68A is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB215214138-
CMYK00.000.360.16
HSL59.22º49.04%69.22%-
HSV(B)59.22º35.81%84.31%-
XYZ56.6664.3833.48-
YUV205.6489.83134.68-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.92%
GREEN value IS 214 (83.98% from 255) = 37.74%
BLUE value IS 138 (54.30% from 255) = 24.34%
R=37.92%
G=37.74%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521413800.000.360.1659.2249.0469.22
HexD7D68A0024103b3145
Octal3273262120044207361105
Binary11010111110101101000101000100100100001110111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D68A; }

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

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

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

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

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

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

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

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