Html Css Color HEX #DBA60A Gamboge

📋 copy color: '#DBA60A'

red 219 ◦ green 166 ◦ blue 10

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

Shades of Gamboge #DBA60A

Tints of Gamboge #DBA60A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.53%

R = 55.44%
G = 42.03%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DBA60A (or 0xDBA60A) is known color: Gamboge. HEX triplet: DB, A6 and 0A. RGB value is (219,166,10). Sum of RGB (Red+Green+Blue) = 219+166+10=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 10 (4.30% from 255 or 2.53% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA60A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA60A is #2459F5. Grayscale: #A4A4A4. Windows color (decimal): -2382326 or 698075. OLE color: 698075.

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

Color convert

RGB 219 166 10 -
CMYK 0 0.24 0.95 0.14
HSL 44.78º 0.91% 0.45% -
HSV(B) 44.78º 0.95% 0.86% -
XYZ 42.9 42.35 6.2 -
YUV 164.06 41.06 167.18 -
System Red Green Blue C M Y K H S L
Decimal 219 166 10 0 0.24 0.95 0.14 44.78 0.91 0.45
Hex DB A6 A 0 18 5F E 2D 5B 2D
Octal 333 246 12 0 30 137 16 55 133 55
Binary 11011011 10100110 1010 0 11000 1011111 1110 101101 1011011 101101

Color Harmonies of #DBA60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA60A

Black with #DBA60A

Text Example


Text Example

White with #DBA60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA60A; }

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

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

background-color css

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

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

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

border-color css

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

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

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