Html Css Color HEX #DBA808 Gamboge

📋 copy color: '#DBA808'

red 219 ◦ green 168 ◦ blue 8

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

Shades of Gamboge #DBA808

Tints of Gamboge #DBA808

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.53%

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

R = 55.44%
G = 42.53%
B = 2.03%

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

#DBA808 (or 0xDBA808) is known color: Gamboge. HEX triplet: DB, A8 and 08. RGB value is (219,168,8). Sum of RGB (Red+Green+Blue) = 219+168+8=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 8 (3.52% from 255 or 2.03% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA808 is #2457F7. Grayscale: #A5A5A5. Windows color (decimal): -2381816 or 567515. OLE color: 567515.

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

Color convert

RGB 219 168 8 -
CMYK 0 0.23 0.96 0.14
HSL 45.5º 0.93% 0.45% -
HSV(B) 45.5º 0.96% 0.86% -
XYZ 43.26 43.08 6.27 -
YUV 165.01 39.4 166.51 -
System Red Green Blue C M Y K H S L
Decimal 219 168 8 0 0.23 0.96 0.14 45.5 0.93 0.45
Hex DB A8 8 0 17 60 E 2D 5D 2D
Octal 333 250 10 0 27 140 16 55 135 55
Binary 11011011 10101000 1000 0 10111 1100000 1110 101101 1011101 101101

Color Harmonies of #DBA808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA808

Black with #DBA808

Text Example


Text Example

White with #DBA808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA808; }

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

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

background-color css

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

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

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

border-color css

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

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

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