Html Css Color HEX #DBA868 Equator

📋 copy color: '#DBA868'

red 219 ◦ green 168 ◦ blue 104

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

Shades of Equator #DBA868

Tints of Equator #DBA868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.18%

R = 44.6%
G = 34.22%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DBA868 (or 0xDBA868) is known color: Equator. HEX triplet: DB, A8 and 68. RGB value is (219,168,104). Sum of RGB (Red+Green+Blue) = 219+168+104=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 104 (41.02% from 255 or 21.18% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA868 is #245797. Grayscale: #B0B0B0. Windows color (decimal): -2381720 or 6858971. OLE color: 6858971.

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

Color convert

RGB 219 168 104 -
CMYK 0 0.23 0.53 0.14
HSL 33.39º 0.61% 0.63% -
HSV(B) 33.39º 0.53% 0.86% -
XYZ 45.71 44.06 19.19 -
YUV 175.95 87.4 158.7 -
System Red Green Blue C M Y K H S L
Decimal 219 168 104 0 0.23 0.53 0.14 33.39 0.61 0.63
Hex DB A8 68 0 17 35 E 21 3D 3F
Octal 333 250 150 0 27 65 16 41 75 77
Binary 11011011 10101000 1101000 0 10111 110101 1110 100001 111101 111111

Color Harmonies of #DBA868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA868

Black with #DBA868

Text Example


Text Example

White with #DBA868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA868; }

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

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

background-color css

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

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

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

border-color css

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

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

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