Html Css Color HEX #DBA963 Equator

📋 copy color: '#DBA963'

red 219 ◦ green 169 ◦ blue 99

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

Shades of Equator #DBA963

Tints of Equator #DBA963

RGB

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

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

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

R = 44.97%
G = 34.7%
B = 20.33%

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

#DBA963 (or 0xDBA963) is known color: Equator. HEX triplet: DB, A9 and 63. RGB value is (219,169,99). Sum of RGB (Red+Green+Blue) = 219+169+99=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 99 (39.06% from 255 or 20.33% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA963 is #24569C. Grayscale: #B0B0B0. Windows color (decimal): -2381469 or 6531547. OLE color: 6531547.

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

Color convert

RGB 219 169 99 -
CMYK 0 0.23 0.55 0.14
HSL 35º 0.63% 0.62% -
HSV(B) 35º 0.55% 0.86% -
XYZ 45.65 44.34 17.96 -
YUV 175.97 84.57 158.69 -
System Red Green Blue C M Y K H S L
Decimal 219 169 99 0 0.23 0.55 0.14 35 0.63 0.62
Hex DB A9 63 0 17 37 E 23 3E 3E
Octal 333 251 143 0 27 67 16 43 76 76
Binary 11011011 10101001 1100011 0 10111 110111 1110 100011 111110 111110

Color Harmonies of #DBA963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA963

Black with #DBA963

Text Example


Text Example

White with #DBA963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA963; }

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

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

background-color css

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

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

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

border-color css

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

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

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