Html Css Color HEX #DBA10E Gamboge

📋 copy color: '#DBA10E'

red 219 ◦ green 161 ◦ blue 14

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

Shades of Gamboge #DBA10E

Tints of Gamboge #DBA10E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.86%

 BLUE value IS 14 (5.86% from 255) = 3.55%

R = 55.58%
G = 40.86%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DBA10E (or 0xDBA10E) is known color: Gamboge. HEX triplet: DB, A1 and 0E. RGB value is (219,161,14). Sum of RGB (Red+Green+Blue) = 219+161+14=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 161 (63.28% from 255 or 40.86% from 394); Blue value is 14 (5.86% from 255 or 3.55% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA10E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA10E is #245EF1. Grayscale: #A2A2A2. Windows color (decimal): -2383602 or 958939. OLE color: 958939.

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

Color convert

RGB 219 161 14 -
CMYK 0 0.26 0.94 0.14
HSL 43.02º 0.88% 0.46% -
HSV(B) 43.02º 0.94% 0.86% -
XYZ 42.04 40.58 6.03 -
YUV 161.58 44.72 168.95 -
System Red Green Blue C M Y K H S L
Decimal 219 161 14 0 0.26 0.94 0.14 43.02 0.88 0.46
Hex DB A1 E 0 1A 5E E 2B 58 2E
Octal 333 241 16 0 32 136 16 53 130 56
Binary 11011011 10100001 1110 0 11010 1011110 1110 101011 1011000 101110

Color Harmonies of #DBA10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA10E

Black with #DBA10E

Text Example


Text Example

White with #DBA10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA10E; }

 p { color: rgb(219,161,14); }

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

background-color css

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

 a { background-color: rgb(219,161,14); }

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

border-color css

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

 span { border-color: rgb(219,161,14); }

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