Html Css Color HEX #DBA861 Apache

📋 copy color: '#DBA861'

red 219 ◦ green 168 ◦ blue 97

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

Shades of Apache #DBA861

Tints of Apache #DBA861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.04%

R = 45.25%
G = 34.71%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DBA861 (or 0xDBA861) is known color: Apache. HEX triplet: DB, A8 and 61. RGB value is (219,168,97). Sum of RGB (Red+Green+Blue) = 219+168+97=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 97 (38.28% from 255 or 20.04% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA861 is #24579E. Grayscale: #AFAFAF. Windows color (decimal): -2381727 or 6400219. OLE color: 6400219.

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

Color convert

RGB 219 168 97 -
CMYK 0 0.23 0.56 0.14
HSL 34.92º 0.63% 0.62% -
HSV(B) 34.92º 0.56% 0.86% -
XYZ 45.37 43.93 17.4 -
YUV 175.16 83.9 159.27 -
System Red Green Blue C M Y K H S L
Decimal 219 168 97 0 0.23 0.56 0.14 34.92 0.63 0.62
Hex DB A8 61 0 17 38 E 23 3F 3E
Octal 333 250 141 0 27 70 16 43 77 76
Binary 11011011 10101000 1100001 0 10111 111000 1110 100011 111111 111110

Color Harmonies of #DBA861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA861

Black with #DBA861

Text Example


Text Example

White with #DBA861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA861; }

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

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

background-color css

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

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

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

border-color css

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

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

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