Html Css Color HEX #DBB363 Equator

📋 copy color: '#DBB363'

red 219 ◦ green 179 ◦ blue 99

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

Shades of Equator #DBB363

Tints of Equator #DBB363

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.02%

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

R = 44.06%
G = 36.02%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DBB363 (or 0xDBB363) is known color: Equator. HEX triplet: DB, B3 and 63. RGB value is (219,179,99). Sum of RGB (Red+Green+Blue) = 219+179+99=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 99 (39.06% from 255 or 19.92% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB363 is #244C9C. Grayscale: #B6B6B6. Windows color (decimal): -2378909 or 6534107. OLE color: 6534107.

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

Color convert

RGB 219 179 99 -
CMYK 0 0.18 0.55 0.14
HSL 40º 0.63% 0.62% -
HSV(B) 40º 0.55% 0.86% -
XYZ 47.59 48.2 18.6 -
YUV 181.84 81.25 154.5 -
System Red Green Blue C M Y K H S L
Decimal 219 179 99 0 0.18 0.55 0.14 40 0.63 0.62
Hex DB B3 63 0 12 37 E 28 3E 3E
Octal 333 263 143 0 22 67 16 50 76 76
Binary 11011011 10110011 1100011 0 10010 110111 1110 101000 111110 111110

Color Harmonies of #DBB363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB363

Black with #DBB363

Text Example


Text Example

White with #DBB363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB363; }

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

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

background-color css

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

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

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

border-color css

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

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

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