Html Css Color HEX #DBA95D Apache

📋 copy color: '#DBA95D'

red 219 ◦ green 169 ◦ blue 93

#DBA95D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apache #DBA95D

Tints of Apache #DBA95D

RGB

 RED value IS 219 (85.94% from 255) = 45.53%

 GREEN value IS 169 (66.41% from 255) = 35.14%

 BLUE value IS 93 (36.72% from 255) = 19.33%

R = 45.53%
G = 35.14%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DBA95D (or 0xDBA95D) is known color: Apache. HEX triplet: DB, A9 and 5D. RGB value is (219,169,93). Sum of RGB (Red+Green+Blue) = 219+169+93=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA95D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA95D is #2456A2. Grayscale: #AFAFAF. Windows color (decimal): -2381475 or 6138331. OLE color: 6138331.

HSL color Cylindrical-coordinate representation of color #DBA95D: hue angle of 36.19º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBA95D is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 169 93 -
CMYK 0 0.23 0.58 0.14
HSL 36.19º 0.64% 0.61% -
HSV(B) 36.19º 0.58% 0.86% -
XYZ 45.38 44.23 16.5 -
YUV 175.29 81.57 159.18 -
System Red Green Blue C M Y K H S L
Decimal 219 169 93 0 0.23 0.58 0.14 36.19 0.64 0.61
Hex DB A9 5D 0 17 3A E 24 40 3D
Octal 333 251 135 0 27 72 16 44 100 75
Binary 11011011 10101001 1011101 0 10111 111010 1110 100100 1000000 111101

Color Harmonies of #DBA95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA95D

Black with #DBA95D

Text Example


Text Example

White with #DBA95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA95D; }

 p { color: rgb(219,169,93); }

 H1.HeaderClassName
 {
   color: #DBA95D;
 }
 .AnyTagClassName
 {
   color: #DBA95D;
 }
</style>

background-color css

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

 a { background-color: rgb(219,169,93); }

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

border-color css

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

 span { border-color: rgb(219,169,93); }

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