Html Css Color HEX #DBA75F Apache

📋 copy color: '#DBA75F'

red 219 ◦ green 167 ◦ blue 95

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

Shades of Apache #DBA75F

Tints of Apache #DBA75F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.72%

 BLUE value IS 95 (37.5% from 255) = 19.75%

R = 45.53%
G = 34.72%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DBA75F (or 0xDBA75F) is known color: Apache. HEX triplet: DB, A7 and 5F. RGB value is (219,167,95). Sum of RGB (Red+Green+Blue) = 219+167+95=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 95 (37.5% from 255 or 19.75% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA75F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA75F is #2458A0. Grayscale: #AEAEAE. Windows color (decimal): -2381985 or 6268891. OLE color: 6268891.

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

Color convert

RGB 219 167 95 -
CMYK 0 0.24 0.57 0.14
HSL 34.84º 0.63% 0.62% -
HSV(B) 34.84º 0.57% 0.86% -
XYZ 45.1 43.52 16.85 -
YUV 174.34 83.23 159.85 -
System Red Green Blue C M Y K H S L
Decimal 219 167 95 0 0.24 0.57 0.14 34.84 0.63 0.62
Hex DB A7 5F 0 18 39 E 23 3F 3E
Octal 333 247 137 0 30 71 16 43 77 76
Binary 11011011 10100111 1011111 0 11000 111001 1110 100011 111111 111110

Color Harmonies of #DBA75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA75F

Black with #DBA75F

Text Example


Text Example

White with #DBA75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA75F; }

 p { color: rgb(219,167,95); }

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

background-color css

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

 a { background-color: rgb(219,167,95); }

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

border-color css

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

 span { border-color: rgb(219,167,95); }

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