Html Css Color HEX #DBB758 Equator

📋 copy color: '#DBB758'

red 219 ◦ green 183 ◦ blue 88

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

Shades of Equator #DBB758

Tints of Equator #DBB758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.96%

R = 44.69%
G = 37.35%
B = 17.96%

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

#DBB758 (or 0xDBB758) is known color: Equator. HEX triplet: DB, B7 and 58. RGB value is (219,183,88). Sum of RGB (Red+Green+Blue) = 219+183+88=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 88 (34.77% from 255 or 17.96% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB758 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB758 is #2448A7. Grayscale: #B7B7B7. Windows color (decimal): -2377896 or 5814235. OLE color: 5814235.

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

Color convert

RGB 219 183 88 -
CMYK 0 0.16 0.60 0.14
HSL 43.51º 0.65% 0.6% -
HSV(B) 43.51º 0.6% 0.86% -
XYZ 47.91 49.63 16.29 -
YUV 182.93 74.43 153.72 -
System Red Green Blue C M Y K H S L
Decimal 219 183 88 0 0.16 0.60 0.14 43.51 0.65 0.6
Hex DB B7 58 0 10 3C E 2C 41 3C
Octal 333 267 130 0 20 74 16 54 101 74
Binary 11011011 10110111 1011000 0 10000 111100 1110 101100 1000001 111100

Color Harmonies of #DBB758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB758

Black with #DBB758

Text Example


Text Example

White with #DBB758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB758; }

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

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

background-color css

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

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

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

border-color css

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

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

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