#D0B05D

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

Shades of Apache #D0B05D

Tints of Apache #D0B05D

Color information

#D0B05D (or 0xD0B05D) is unknown color: approx Apache. HEX triplet: D0, B0 and 5D. RGB value is (208,176,93). Sum of RGB (Red+Green+Blue) = 208+176+93=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0B05D is #2F4FA2. Grayscale: #B0B0B0. Windows color (decimal): -3100579 or 6140112. OLE color: 6140112.

HSL color Cylindrical-coordinate representation of color #D0B05D: hue angle of 43.3º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0B05D is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB20817693-
CMYK00.150.550.18
HSL43.3º55.02%59.02%-
HSV(B)43.3º55.29%81.57%-
XYZ43.5145.2516.8-
YUV176.1181.1150.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.61%
GREEN value IS 176 (69.14% from 255) = 36.90%
BLUE value IS 93 (36.72% from 255) = 19.50%
R=43.61%
G=36.90%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081769300.150.550.1843.355.0259.02
HexD0B05D0F37122b373b
Octal3202601350176722536773
Binary110100001011000010111010111111011110010101011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B05D; }

 p { color: rgb(208,176,93); }

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

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

 a { background-color: rgb(208,176,93); }

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

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

 span { border-color: rgb(208,176,93); }

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