Html Css Color HEX #DBA65E Apache

📋 copy color: '#DBA65E'

red 219 ◦ green 166 ◦ blue 94

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

Shades of Apache #DBA65E

Tints of Apache #DBA65E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.66%

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

R = 45.72%
G = 34.66%
B = 19.62%

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

#DBA65E (or 0xDBA65E) is known color: Apache. HEX triplet: DB, A6 and 5E. RGB value is (219,166,94). Sum of RGB (Red+Green+Blue) = 219+166+94=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 94 (37.11% from 255 or 19.62% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA65E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA65E is #2459A1. Grayscale: #ADADAD. Windows color (decimal): -2382242 or 6203099. OLE color: 6203099.

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

Color convert

RGB 219 166 94 -
CMYK 0 0.24 0.57 0.14
HSL 34.56º 0.63% 0.61% -
HSV(B) 34.56º 0.57% 0.86% -
XYZ 44.87 43.14 16.55 -
YUV 173.64 83.06 160.35 -
System Red Green Blue C M Y K H S L
Decimal 219 166 94 0 0.24 0.57 0.14 34.56 0.63 0.61
Hex DB A6 5E 0 18 39 E 23 3F 3D
Octal 333 246 136 0 30 71 16 43 77 75
Binary 11011011 10100110 1011110 0 11000 111001 1110 100011 111111 111101

Color Harmonies of #DBA65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA65E

Black with #DBA65E

Text Example


Text Example

White with #DBA65E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA65E; }

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

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

background-color css

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

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

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

border-color css

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

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

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