Html Css Color HEX #DBAB0B Gamboge

📋 copy color: '#DBAB0B'

red 219 ◦ green 171 ◦ blue 11

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

Shades of Gamboge #DBAB0B

Tints of Gamboge #DBAB0B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.64%

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

R = 54.61%
G = 42.64%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DBAB0B (or 0xDBAB0B) is known color: Gamboge. HEX triplet: DB, AB and 0B. RGB value is (219,171,11). Sum of RGB (Red+Green+Blue) = 219+171+11=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 11 (4.69% from 255 or 2.74% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAB0B is #2454F4. Grayscale: #A7A7A7. Windows color (decimal): -2381045 or 764891. OLE color: 764891.

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

Color convert

RGB 219 171 11 -
CMYK 0 0.22 0.95 0.14
HSL 46.15º 0.9% 0.45% -
HSV(B) 46.15º 0.95% 0.86% -
XYZ 43.84 44.21 6.54 -
YUV 167.11 39.9 165.01 -
System Red Green Blue C M Y K H S L
Decimal 219 171 11 0 0.22 0.95 0.14 46.15 0.9 0.45
Hex DB AB B 0 16 5F E 2E 5A 2D
Octal 333 253 13 0 26 137 16 56 132 55
Binary 11011011 10101011 1011 0 10110 1011111 1110 101110 1011010 101101

Color Harmonies of #DBAB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAB0B

Black with #DBAB0B

Text Example


Text Example

White with #DBAB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAB0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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