Html Css Color HEX #DBAB07 Gamboge

📋 copy color: '#DBAB07'

red 219 ◦ green 171 ◦ blue 7

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

Shades of Gamboge #DBAB07

Tints of Gamboge #DBAB07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.76%

R = 55.16%
G = 43.07%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DBAB07 (or 0xDBAB07) is known color: Gamboge. HEX triplet: DB, AB and 07. RGB value is (219,171,7). Sum of RGB (Red+Green+Blue) = 219+171+7=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 7 (3.12% from 255 or 1.76% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAB07 is #2454F8. Grayscale: #A7A7A7. Windows color (decimal): -2381049 or 502747. OLE color: 502747.

HSL color Cylindrical-coordinate representation of color #DBAB07: hue angle of 46.42º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DBAB07 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 171 7 -
CMYK 0 0.22 0.97 0.14
HSL 46.42º 0.94% 0.44% -
HSV(B) 46.42º 0.97% 0.86% -
XYZ 43.81 44.2 6.42 -
YUV 166.66 37.9 165.34 -
System Red Green Blue C M Y K H S L
Decimal 219 171 7 0 0.22 0.97 0.14 46.42 0.94 0.44
Hex DB AB 7 0 16 61 E 2E 5E 2C
Octal 333 253 7 0 26 141 16 56 136 54
Binary 11011011 10101011 111 0 10110 1100001 1110 101110 1011110 101100

Color Harmonies of #DBAB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAB07

Black with #DBAB07

Text Example


Text Example

White with #DBAB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAB07; }

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

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

background-color css

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

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

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

border-color css

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

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

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