Html Css Color HEX #DBA762 Apache

📋 copy color: '#DBA762'

red 219 ◦ green 167 ◦ blue 98

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

Shades of Apache #DBA762

Tints of Apache #DBA762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.25%

R = 45.25%
G = 34.5%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DBA762 (or 0xDBA762) is known color: Apache. HEX triplet: DB, A7 and 62. RGB value is (219,167,98). Sum of RGB (Red+Green+Blue) = 219+167+98=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 98 (38.67% from 255 or 20.25% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA762 is #24589D. Grayscale: #AFAFAF. Windows color (decimal): -2381982 or 6465499. OLE color: 6465499.

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

Color convert

RGB 219 167 98 -
CMYK 0 0.24 0.55 0.14
HSL 34.21º 0.63% 0.62% -
HSV(B) 34.21º 0.55% 0.86% -
XYZ 45.24 43.58 17.58 -
YUV 174.68 84.73 159.61 -
System Red Green Blue C M Y K H S L
Decimal 219 167 98 0 0.24 0.55 0.14 34.21 0.63 0.62
Hex DB A7 62 0 18 37 E 22 3F 3E
Octal 333 247 142 0 30 67 16 42 77 76
Binary 11011011 10100111 1100010 0 11000 110111 1110 100010 111111 111110

Color Harmonies of #DBA762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA762

Black with #DBA762

Text Example


Text Example

White with #DBA762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA762; }

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

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

background-color css

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

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

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

border-color css

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

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

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