Html Css Color HEX #DBA70B Gamboge

📋 copy color: '#DBA70B'

red 219 ◦ green 167 ◦ blue 11

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

Shades of Gamboge #DBA70B

Tints of Gamboge #DBA70B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.07%

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

R = 55.16%
G = 42.07%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DBA70B (or 0xDBA70B) is known color: Gamboge. HEX triplet: DB, A7 and 0B. RGB value is (219,167,11). Sum of RGB (Red+Green+Blue) = 219+167+11=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 167 (65.62% from 255 or 42.07% from 397); Blue value is 11 (4.69% from 255 or 2.77% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA70B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA70B is #2458F4. Grayscale: #A5A5A5. Windows color (decimal): -2382069 or 763867. OLE color: 763867.

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

Color convert

RGB 219 167 11 -
CMYK 0 0.24 0.95 0.14
HSL 45º 0.9% 0.45% -
HSV(B) 45º 0.95% 0.86% -
XYZ 43.09 42.72 6.29 -
YUV 164.76 41.23 166.68 -
System Red Green Blue C M Y K H S L
Decimal 219 167 11 0 0.24 0.95 0.14 45 0.9 0.45
Hex DB A7 B 0 18 5F E 2D 5A 2D
Octal 333 247 13 0 30 137 16 55 132 55
Binary 11011011 10100111 1011 0 11000 1011111 1110 101101 1011010 101101

Color Harmonies of #DBA70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA70B

Black with #DBA70B

Text Example


Text Example

White with #DBA70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA70B; }

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

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

background-color css

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

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

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

border-color css

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

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

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