Html Css Color HEX #DBA00B Gamboge

📋 copy color: '#DBA00B'

red 219 ◦ green 160 ◦ blue 11

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

Shades of Gamboge #DBA00B

Tints of Gamboge #DBA00B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.03%

 BLUE value IS 11 (4.69% from 255) = 2.82%

R = 56.15%
G = 41.03%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DBA00B (or 0xDBA00B) is known color: Gamboge. HEX triplet: DB, A0 and 0B. RGB value is (219,160,11). Sum of RGB (Red+Green+Blue) = 219+160+11=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 160 (62.89% from 255 or 41.03% from 390); Blue value is 11 (4.69% from 255 or 2.82% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA00B is #245FF4. Grayscale: #A1A1A1. Windows color (decimal): -2383861 or 762075. OLE color: 762075.

HSL color Cylindrical-coordinate representation of color #DBA00B: hue angle of 42.98º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBA00B is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 160 11 -
CMYK 0 0.27 0.95 0.14
HSL 42.98º 0.9% 0.45% -
HSV(B) 42.98º 0.95% 0.86% -
XYZ 41.84 40.23 5.88 -
YUV 160.66 43.55 169.62 -
System Red Green Blue C M Y K H S L
Decimal 219 160 11 0 0.27 0.95 0.14 42.98 0.9 0.45
Hex DB A0 B 0 1B 5F E 2B 5A 2D
Octal 333 240 13 0 33 137 16 53 132 55
Binary 11011011 10100000 1011 0 11011 1011111 1110 101011 1011010 101101

Color Harmonies of #DBA00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA00B

Black with #DBA00B

Text Example


Text Example

White with #DBA00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA00B; }

 p { color: rgb(219,160,11); }

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

background-color css

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

 a { background-color: rgb(219,160,11); }

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

border-color css

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

 span { border-color: rgb(219,160,11); }

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