Html Css Color HEX #DBA015 Gamboge

📋 copy color: '#DBA015'

red 219 ◦ green 160 ◦ blue 21

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

Shades of Gamboge #DBA015

Tints of Gamboge #DBA015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.25%

R = 54.75%
G = 40%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DBA015 (or 0xDBA015) is known color: Gamboge. HEX triplet: DB, A0 and 15. RGB value is (219,160,21). Sum of RGB (Red+Green+Blue) = 219+160+21=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 21 (8.59% from 255 or 5.25% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA015 is #245FEA. Grayscale: #A2A2A2. Windows color (decimal): -2383851 or 1417435. OLE color: 1417435.

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

Color convert

RGB 219 160 21 -
CMYK 0 0.27 0.90 0.14
HSL 42.12º 0.83% 0.47% -
HSV(B) 42.12º 0.9% 0.86% -
XYZ 41.92 40.26 6.27 -
YUV 161.8 48.55 168.8 -
System Red Green Blue C M Y K H S L
Decimal 219 160 21 0 0.27 0.90 0.14 42.12 0.83 0.47
Hex DB A0 15 0 1B 5A E 2A 52 2F
Octal 333 240 25 0 33 132 16 52 122 57
Binary 11011011 10100000 10101 0 11011 1011010 1110 101010 1010010 101111

Color Harmonies of #DBA015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA015

Black with #DBA015

Text Example


Text Example

White with #DBA015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA015; }

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

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

background-color css

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

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

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

border-color css

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

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

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