Html Css Color HEX #DBB063 Equator

📋 copy color: '#DBB063'

red 219 ◦ green 176 ◦ blue 99

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

Shades of Equator #DBB063

Tints of Equator #DBB063

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.63%

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

R = 44.33%
G = 35.63%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DBB063 (or 0xDBB063) is known color: Equator. HEX triplet: DB, B0 and 63. RGB value is (219,176,99). Sum of RGB (Red+Green+Blue) = 219+176+99=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 99 (39.06% from 255 or 20.04% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB063 is #244F9C. Grayscale: #B4B4B4. Windows color (decimal): -2379677 or 6533339. OLE color: 6533339.

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

Color convert

RGB 219 176 99 -
CMYK 0 0.20 0.55 0.14
HSL 38.5º 0.63% 0.62% -
HSV(B) 38.5º 0.55% 0.86% -
XYZ 46.99 47.01 18.4 -
YUV 180.08 82.25 155.76 -
System Red Green Blue C M Y K H S L
Decimal 219 176 99 0 0.20 0.55 0.14 38.5 0.63 0.62
Hex DB B0 63 0 14 37 E 26 3E 3E
Octal 333 260 143 0 24 67 16 46 76 76
Binary 11011011 10110000 1100011 0 10100 110111 1110 100110 111110 111110

Color Harmonies of #DBB063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB063

Black with #DBB063

Text Example


Text Example

White with #DBB063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB063; }

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

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

background-color css

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

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

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

border-color css

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

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

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