Html Css Color HEX #DBA908 Gamboge

📋 copy color: '#DBA908'

red 219 ◦ green 169 ◦ blue 8

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

Shades of Gamboge #DBA908

Tints of Gamboge #DBA908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.02%

R = 55.3%
G = 42.68%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DBA908 (or 0xDBA908) is known color: Gamboge. HEX triplet: DB, A9 and 08. RGB value is (219,169,8). Sum of RGB (Red+Green+Blue) = 219+169+8=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 169 (66.41% from 255 or 42.68% from 396); Blue value is 8 (3.52% from 255 or 2.02% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA908 is #2456F7. Grayscale: #A6A6A6. Windows color (decimal): -2381560 or 567771. OLE color: 567771.

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

Color convert

RGB 219 169 8 -
CMYK 0 0.23 0.96 0.14
HSL 45.78º 0.93% 0.45% -
HSV(B) 45.78º 0.96% 0.86% -
XYZ 43.45 43.45 6.33 -
YUV 165.6 39.07 166.09 -
System Red Green Blue C M Y K H S L
Decimal 219 169 8 0 0.23 0.96 0.14 45.78 0.93 0.45
Hex DB A9 8 0 17 60 E 2E 5D 2D
Octal 333 251 10 0 27 140 16 56 135 55
Binary 11011011 10101001 1000 0 10111 1100000 1110 101110 1011101 101101

Color Harmonies of #DBA908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA908

Black with #DBA908

Text Example


Text Example

White with #DBA908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA908; }

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

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

background-color css

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

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

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

border-color css

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

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

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