Html Css Color HEX #DBA90D Gamboge

📋 copy color: '#DBA90D'

red 219 ◦ green 169 ◦ blue 13

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

Shades of Gamboge #DBA90D

Tints of Gamboge #DBA90D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.24%

R = 54.61%
G = 42.14%
B = 3.24%

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

#DBA90D (or 0xDBA90D) is known color: Gamboge. HEX triplet: DB, A9 and 0D. RGB value is (219,169,13). Sum of RGB (Red+Green+Blue) = 219+169+13=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 13 (5.47% from 255 or 3.24% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA90D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA90D is #2456F2. Grayscale: #A6A6A6. Windows color (decimal): -2381555 or 895451. OLE color: 895451.

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

Color convert

RGB 219 169 13 -
CMYK 0 0.23 0.94 0.14
HSL 45.44º 0.89% 0.45% -
HSV(B) 45.44º 0.94% 0.86% -
XYZ 43.47 43.47 6.48 -
YUV 166.17 41.57 165.68 -
System Red Green Blue C M Y K H S L
Decimal 219 169 13 0 0.23 0.94 0.14 45.44 0.89 0.45
Hex DB A9 D 0 17 5E E 2D 59 2D
Octal 333 251 15 0 27 136 16 55 131 55
Binary 11011011 10101001 1101 0 10111 1011110 1110 101101 1011001 101101

Color Harmonies of #DBA90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA90D

Black with #DBA90D

Text Example


Text Example

White with #DBA90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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