Html Css Color HEX #DBA408 Gamboge

📋 copy color: '#DBA408'

red 219 ◦ green 164 ◦ blue 8

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

Shades of Gamboge #DBA408

Tints of Gamboge #DBA408

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.94%

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

R = 56.01%
G = 41.94%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DBA408 (or 0xDBA408) is known color: Gamboge. HEX triplet: DB, A4 and 08. RGB value is (219,164,8). Sum of RGB (Red+Green+Blue) = 219+164+8=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 8 (3.52% from 255 or 2.05% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA408 is #245BF7. Grayscale: #A3A3A3. Windows color (decimal): -2382840 or 566491. OLE color: 566491.

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

Color convert

RGB 219 164 8 -
CMYK 0 0.25 0.96 0.14
HSL 44.36º 0.93% 0.45% -
HSV(B) 44.36º 0.96% 0.86% -
XYZ 42.53 41.63 6.02 -
YUV 162.66 40.72 168.18 -
System Red Green Blue C M Y K H S L
Decimal 219 164 8 0 0.25 0.96 0.14 44.36 0.93 0.45
Hex DB A4 8 0 19 60 E 2C 5D 2D
Octal 333 244 10 0 31 140 16 54 135 55
Binary 11011011 10100100 1000 0 11001 1100000 1110 101100 1011101 101101

Color Harmonies of #DBA408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA408

Black with #DBA408

Text Example


Text Example

White with #DBA408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA408; }

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

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

background-color css

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

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

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

border-color css

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

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

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