Html Css Color HEX #DBA95E Apache

📋 copy color: '#DBA95E'

red 219 ◦ green 169 ◦ blue 94

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

Shades of Apache #DBA95E

Tints of Apache #DBA95E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.5%

R = 45.44%
G = 35.06%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DBA95E (or 0xDBA95E) is known color: Apache. HEX triplet: DB, A9 and 5E. RGB value is (219,169,94). Sum of RGB (Red+Green+Blue) = 219+169+94=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 94 (37.11% from 255 or 19.50% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA95E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA95E is #2456A1. Grayscale: #AFAFAF. Windows color (decimal): -2381474 or 6203867. OLE color: 6203867.

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

Color convert

RGB 219 169 94 -
CMYK 0 0.23 0.57 0.14
HSL 36º 0.63% 0.61% -
HSV(B) 36º 0.57% 0.86% -
XYZ 45.42 44.24 16.74 -
YUV 175.4 82.07 159.1 -
System Red Green Blue C M Y K H S L
Decimal 219 169 94 0 0.23 0.57 0.14 36 0.63 0.61
Hex DB A9 5E 0 17 39 E 24 3F 3D
Octal 333 251 136 0 27 71 16 44 77 75
Binary 11011011 10101001 1011110 0 10111 111001 1110 100100 111111 111101

Color Harmonies of #DBA95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA95E

Black with #DBA95E

Text Example


Text Example

White with #DBA95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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