Html Css Color HEX #DBA60C Gamboge

📋 copy color: '#DBA60C'

red 219 ◦ green 166 ◦ blue 12

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

Shades of Gamboge #DBA60C

Tints of Gamboge #DBA60C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.02%

R = 55.16%
G = 41.81%
B = 3.02%

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

#DBA60C (or 0xDBA60C) is known color: Gamboge. HEX triplet: DB, A6 and 0C. RGB value is (219,166,12). Sum of RGB (Red+Green+Blue) = 219+166+12=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 12 (5.08% from 255 or 3.02% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA60C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA60C is #2459F3. Grayscale: #A4A4A4. Windows color (decimal): -2382324 or 829147. OLE color: 829147.

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

Color convert

RGB 219 166 12 -
CMYK 0 0.24 0.95 0.14
HSL 44.64º 0.9% 0.45% -
HSV(B) 44.64º 0.95% 0.86% -
XYZ 42.92 42.36 6.26 -
YUV 164.29 42.06 167.02 -
System Red Green Blue C M Y K H S L
Decimal 219 166 12 0 0.24 0.95 0.14 44.64 0.9 0.45
Hex DB A6 C 0 18 5F E 2D 5A 2D
Octal 333 246 14 0 30 137 16 55 132 55
Binary 11011011 10100110 1100 0 11000 1011111 1110 101101 1011010 101101

Color Harmonies of #DBA60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA60C

Black with #DBA60C

Text Example


Text Example

White with #DBA60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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