Html Css Color HEX #DBA90E Gamboge

📋 copy color: '#DBA90E'

red 219 ◦ green 169 ◦ blue 14

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

Shades of Gamboge #DBA90E

Tints of Gamboge #DBA90E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.04%

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

R = 54.48%
G = 42.04%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DBA90E (or 0xDBA90E) is known color: Gamboge. HEX triplet: DB, A9 and 0E. RGB value is (219,169,14). Sum of RGB (Red+Green+Blue) = 219+169+14=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 169 (66.41% from 255 or 42.04% from 402); Blue value is 14 (5.86% from 255 or 3.48% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA90E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA90E is #2456F1. Grayscale: #A6A6A6. Windows color (decimal): -2381554 or 960987. OLE color: 960987.

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

Color convert

RGB 219 169 14 -
CMYK 0 0.23 0.94 0.14
HSL 45.37º 0.88% 0.46% -
HSV(B) 45.37º 0.94% 0.86% -
XYZ 43.48 43.47 6.51 -
YUV 166.28 42.07 165.6 -
System Red Green Blue C M Y K H S L
Decimal 219 169 14 0 0.23 0.94 0.14 45.37 0.88 0.46
Hex DB A9 E 0 17 5E E 2D 58 2E
Octal 333 251 16 0 27 136 16 55 130 56
Binary 11011011 10101001 1110 0 10111 1011110 1110 101101 1011000 101110

Color Harmonies of #DBA90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA90E

Black with #DBA90E

Text Example


Text Example

White with #DBA90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA90E; }

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

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

background-color css

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

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

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

border-color css

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

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

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