Html Css Color HEX #DBBA68 Equator

📋 copy color: '#DBBA68'

red 219 ◦ green 186 ◦ blue 104

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

Shades of Equator #DBBA68

Tints of Equator #DBBA68

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.54%

 BLUE value IS 104 (41.02% from 255) = 20.43%

R = 43.03%
G = 36.54%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DBBA68 (or 0xDBBA68) is known color: Equator. HEX triplet: DB, BA and 68. RGB value is (219,186,104). Sum of RGB (Red+Green+Blue) = 219+186+104=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 104 (41.02% from 255 or 20.43% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBA68 is #244597. Grayscale: #BABABA. Windows color (decimal): -2377112 or 6863579. OLE color: 6863579.

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

Color convert

RGB 219 186 104 -
CMYK 0 0.15 0.53 0.14
HSL 42.78º 0.61% 0.63% -
HSV(B) 42.78º 0.53% 0.86% -
XYZ 49.27 51.18 20.38 -
YUV 186.52 81.43 151.17 -
System Red Green Blue C M Y K H S L
Decimal 219 186 104 0 0.15 0.53 0.14 42.78 0.61 0.63
Hex DB BA 68 0 F 35 E 2B 3D 3F
Octal 333 272 150 0 17 65 16 53 75 77
Binary 11011011 10111010 1101000 0 1111 110101 1110 101011 111101 111111

Color Harmonies of #DBBA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA68

Black with #DBBA68

Text Example


Text Example

White with #DBBA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA68; }

 p { color: rgb(219,186,104); }

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

background-color css

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

 a { background-color: rgb(219,186,104); }

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

border-color css

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

 span { border-color: rgb(219,186,104); }

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