Html Css Color HEX #DBA968 Equator

📋 copy color: '#DBA968'

red 219 ◦ green 169 ◦ blue 104

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

Shades of Equator #DBA968

Tints of Equator #DBA968

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.35%

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

R = 44.51%
G = 34.35%
B = 21.14%

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

#DBA968 (or 0xDBA968) is known color: Equator. HEX triplet: DB, A9 and 68. RGB value is (219,169,104). Sum of RGB (Red+Green+Blue) = 219+169+104=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 104 (41.02% from 255 or 21.14% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA968 is #245697. Grayscale: #B0B0B0. Windows color (decimal): -2381464 or 6859227. OLE color: 6859227.

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

Color convert

RGB 219 169 104 -
CMYK 0 0.23 0.53 0.14
HSL 33.91º 0.61% 0.63% -
HSV(B) 33.91º 0.53% 0.86% -
XYZ 45.9 44.44 19.25 -
YUV 176.54 87.07 158.29 -
System Red Green Blue C M Y K H S L
Decimal 219 169 104 0 0.23 0.53 0.14 33.91 0.61 0.63
Hex DB A9 68 0 17 35 E 22 3D 3F
Octal 333 251 150 0 27 65 16 42 75 77
Binary 11011011 10101001 1101000 0 10111 110101 1110 100010 111101 111111

Color Harmonies of #DBA968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA968

Black with #DBA968

Text Example


Text Example

White with #DBA968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA968; }

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

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

background-color css

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

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

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

border-color css

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

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

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