Html Css Color HEX #DBA85F Apache

📋 copy color: '#DBA85F'

red 219 ◦ green 168 ◦ blue 95

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

Shades of Apache #DBA85F

Tints of Apache #DBA85F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.85%

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

R = 45.44%
G = 34.85%
B = 19.71%

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

#DBA85F (or 0xDBA85F) is known color: Apache. HEX triplet: DB, A8 and 5F. RGB value is (219,168,95). Sum of RGB (Red+Green+Blue) = 219+168+95=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 95 (37.5% from 255 or 19.71% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA85F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA85F is #2457A0. Grayscale: #AFAFAF. Windows color (decimal): -2381729 or 6269147. OLE color: 6269147.

HSL color Cylindrical-coordinate representation of color #DBA85F: hue angle of 35.32º 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 #DBA85F is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 168 95 -
CMYK 0 0.23 0.57 0.14
HSL 35.32º 0.63% 0.62% -
HSV(B) 35.32º 0.57% 0.86% -
XYZ 45.28 43.89 16.91 -
YUV 174.93 82.9 159.44 -
System Red Green Blue C M Y K H S L
Decimal 219 168 95 0 0.23 0.57 0.14 35.32 0.63 0.62
Hex DB A8 5F 0 17 39 E 23 3F 3E
Octal 333 250 137 0 27 71 16 43 77 76
Binary 11011011 10101000 1011111 0 10111 111001 1110 100011 111111 111110

Color Harmonies of #DBA85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA85F

Black with #DBA85F

Text Example


Text Example

White with #DBA85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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