Html Css Color HEX #DBB763 Equator

📋 copy color: '#DBB763'

red 219 ◦ green 183 ◦ blue 99

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

Shades of Equator #DBB763

Tints of Equator #DBB763

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.53%

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

R = 43.71%
G = 36.53%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DBB763 (or 0xDBB763) is known color: Equator. HEX triplet: DB, B7 and 63. RGB value is (219,183,99). Sum of RGB (Red+Green+Blue) = 219+183+99=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 99 (39.06% from 255 or 19.76% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB763 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB763 is #24489C. Grayscale: #B8B8B8. Windows color (decimal): -2377885 or 6535131. OLE color: 6535131.

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

Color convert

RGB 219 183 99 -
CMYK 0 0.16 0.55 0.14
HSL 42º 0.63% 0.62% -
HSV(B) 42º 0.55% 0.86% -
XYZ 48.4 49.83 18.87 -
YUV 184.19 79.93 152.83 -
System Red Green Blue C M Y K H S L
Decimal 219 183 99 0 0.16 0.55 0.14 42 0.63 0.62
Hex DB B7 63 0 10 37 E 2A 3E 3E
Octal 333 267 143 0 20 67 16 52 76 76
Binary 11011011 10110111 1100011 0 10000 110111 1110 101010 111110 111110

Color Harmonies of #DBB763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB763

Black with #DBB763

Text Example


Text Example

White with #DBB763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB763; }

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

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

background-color css

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

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

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

border-color css

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

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

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