Html Css Color HEX #DBB757 Equator

📋 copy color: '#DBB757'

red 219 ◦ green 183 ◦ blue 87

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

Shades of Equator #DBB757

Tints of Equator #DBB757

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.79%

R = 44.79%
G = 37.42%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DBB757 (or 0xDBB757) is known color: Equator. HEX triplet: DB, B7 and 57. RGB value is (219,183,87). Sum of RGB (Red+Green+Blue) = 219+183+87=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 87 (34.38% from 255 or 17.79% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB757 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB757 is #2448A8. Grayscale: #B7B7B7. Windows color (decimal): -2377897 or 5748699. OLE color: 5748699.

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

Color convert

RGB 219 183 87 -
CMYK 0 0.16 0.60 0.14
HSL 43.64º 0.65% 0.6% -
HSV(B) 43.64º 0.6% 0.86% -
XYZ 47.87 49.62 16.07 -
YUV 182.82 73.93 153.81 -
System Red Green Blue C M Y K H S L
Decimal 219 183 87 0 0.16 0.60 0.14 43.64 0.65 0.6
Hex DB B7 57 0 10 3C E 2C 41 3C
Octal 333 267 127 0 20 74 16 54 101 74
Binary 11011011 10110111 1010111 0 10000 111100 1110 101100 1000001 111100

Color Harmonies of #DBB757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB757

Black with #DBB757

Text Example


Text Example

White with #DBB757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB757; }

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

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

background-color css

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

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

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

border-color css

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

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

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