Html Css Color HEX #DBB764 Equator

📋 copy color: '#DBB764'

red 219 ◦ green 183 ◦ blue 100

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

Shades of Equator #DBB764

Tints of Equator #DBB764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.92%

R = 43.63%
G = 36.45%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DBB764 (or 0xDBB764) is known color: Equator. HEX triplet: DB, B7 and 64. RGB value is (219,183,100). Sum of RGB (Red+Green+Blue) = 219+183+100=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 183 (71.88% from 255 or 36.45% from 502); Blue value is 100 (39.45% from 255 or 19.92% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB764 is #24489B. Grayscale: #B8B8B8. Windows color (decimal): -2377884 or 6600667. OLE color: 6600667.

HSL color Cylindrical-coordinate representation of color #DBB764: hue angle of 41.85º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBB764 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 183 100 -
CMYK 0 0.16 0.54 0.14
HSL 41.85º 0.62% 0.63% -
HSV(B) 41.85º 0.54% 0.86% -
XYZ 48.45 49.85 19.12 -
YUV 184.3 80.43 152.75 -
System Red Green Blue C M Y K H S L
Decimal 219 183 100 0 0.16 0.54 0.14 41.85 0.62 0.63
Hex DB B7 64 0 10 36 E 2A 3E 3F
Octal 333 267 144 0 20 66 16 52 76 77
Binary 11011011 10110111 1100100 0 10000 110110 1110 101010 111110 111111

Color Harmonies of #DBB764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB764

Black with #DBB764

Text Example


Text Example

White with #DBB764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB764; }

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

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

background-color css

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

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

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

border-color css

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

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

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