Html Css Color HEX #DBA413 Gamboge

📋 copy color: '#DBA413'

red 219 ◦ green 164 ◦ blue 19

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

Shades of Gamboge #DBA413

Tints of Gamboge #DBA413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.73%

R = 54.48%
G = 40.8%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DBA413 (or 0xDBA413) is known color: Gamboge. HEX triplet: DB, A4 and 13. RGB value is (219,164,19). Sum of RGB (Red+Green+Blue) = 219+164+19=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 19 (7.81% from 255 or 4.73% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA413 is #245BEC. Grayscale: #A4A4A4. Windows color (decimal): -2382829 or 1287387. OLE color: 1287387.

HSL color Cylindrical-coordinate representation of color #DBA413: hue angle of 43.5º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DBA413 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 164 19 -
CMYK 0 0.25 0.91 0.14
HSL 43.5º 0.84% 0.47% -
HSV(B) 43.5º 0.91% 0.86% -
XYZ 42.61 41.66 6.41 -
YUV 163.92 46.22 167.29 -
System Red Green Blue C M Y K H S L
Decimal 219 164 19 0 0.25 0.91 0.14 43.5 0.84 0.47
Hex DB A4 13 0 19 5B E 2C 54 2F
Octal 333 244 23 0 31 133 16 54 124 57
Binary 11011011 10100100 10011 0 11001 1011011 1110 101100 1010100 101111

Color Harmonies of #DBA413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA413

Black with #DBA413

Text Example


Text Example

White with #DBA413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA413; }

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

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

background-color css

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

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

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

border-color css

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

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

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