Html Css Color HEX #DBA60D Gamboge

📋 copy color: '#DBA60D'

red 219 ◦ green 166 ◦ blue 13

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

Shades of Gamboge #DBA60D

Tints of Gamboge #DBA60D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.71%

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

R = 55.03%
G = 41.71%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DBA60D (or 0xDBA60D) is known color: Gamboge. HEX triplet: DB, A6 and 0D. RGB value is (219,166,13). Sum of RGB (Red+Green+Blue) = 219+166+13=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 13 (5.47% from 255 or 3.27% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA60D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA60D is #2459F2. Grayscale: #A5A5A5. Windows color (decimal): -2382323 or 894683. OLE color: 894683.

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

Color convert

RGB 219 166 13 -
CMYK 0 0.24 0.94 0.14
HSL 44.56º 0.89% 0.45% -
HSV(B) 44.56º 0.94% 0.86% -
XYZ 42.92 42.36 6.3 -
YUV 164.41 42.56 166.94 -
System Red Green Blue C M Y K H S L
Decimal 219 166 13 0 0.24 0.94 0.14 44.56 0.89 0.45
Hex DB A6 D 0 18 5E E 2D 59 2D
Octal 333 246 15 0 30 136 16 55 131 55
Binary 11011011 10100110 1101 0 11000 1011110 1110 101101 1011001 101101

Color Harmonies of #DBA60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA60D

Black with #DBA60D

Text Example


Text Example

White with #DBA60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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