Html Css Color HEX #DBA863 Equator

📋 copy color: '#DBA863'

red 219 ◦ green 168 ◦ blue 99

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

Shades of Equator #DBA863

Tints of Equator #DBA863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.37%

R = 45.06%
G = 34.57%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DBA863 (or 0xDBA863) is known color: Equator. HEX triplet: DB, A8 and 63. RGB value is (219,168,99). Sum of RGB (Red+Green+Blue) = 219+168+99=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 99 (39.06% from 255 or 20.37% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA863 is #24579C. Grayscale: #AFAFAF. Windows color (decimal): -2381725 or 6531291. OLE color: 6531291.

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

Color convert

RGB 219 168 99 -
CMYK 0 0.23 0.55 0.14
HSL 34.5º 0.63% 0.62% -
HSV(B) 34.5º 0.55% 0.86% -
XYZ 45.47 43.97 17.89 -
YUV 175.38 84.9 159.11 -
System Red Green Blue C M Y K H S L
Decimal 219 168 99 0 0.23 0.55 0.14 34.5 0.63 0.62
Hex DB A8 63 0 17 37 E 22 3E 3E
Octal 333 250 143 0 27 67 16 42 76 76
Binary 11011011 10101000 1100011 0 10111 110111 1110 100010 111110 111110

Color Harmonies of #DBA863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA863

Black with #DBA863

Text Example


Text Example

White with #DBA863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA863; }

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

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

background-color css

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

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

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

border-color css

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

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

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