Html Css Color HEX #DBAC0E Gamboge

📋 copy color: '#DBAC0E'

red 219 ◦ green 172 ◦ blue 14

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

Shades of Gamboge #DBAC0E

Tints of Gamboge #DBAC0E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.47%

 BLUE value IS 14 (5.86% from 255) = 3.46%

R = 54.07%
G = 42.47%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DBAC0E (or 0xDBAC0E) is known color: Gamboge. HEX triplet: DB, AC and 0E. RGB value is (219,172,14). Sum of RGB (Red+Green+Blue) = 219+172+14=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 14 (5.86% from 255 or 3.46% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAC0E is #2453F1. Grayscale: #A8A8A8. Windows color (decimal): -2380786 or 961755. OLE color: 961755.

HSL color Cylindrical-coordinate representation of color #DBAC0E: hue angle of 46.24º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBAC0E is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 172 14 -
CMYK 0 0.21 0.94 0.14
HSL 46.24º 0.88% 0.46% -
HSV(B) 46.24º 0.94% 0.86% -
XYZ 44.05 44.6 6.7 -
YUV 168.04 41.07 164.35 -
System Red Green Blue C M Y K H S L
Decimal 219 172 14 0 0.21 0.94 0.14 46.24 0.88 0.46
Hex DB AC E 0 15 5E E 2E 58 2E
Octal 333 254 16 0 25 136 16 56 130 56
Binary 11011011 10101100 1110 0 10101 1011110 1110 101110 1011000 101110

Color Harmonies of #DBAC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAC0E

Black with #DBAC0E

Text Example


Text Example

White with #DBAC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAC0E; }

 p { color: rgb(219,172,14); }

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

background-color css

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

 a { background-color: rgb(219,172,14); }

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

border-color css

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

 span { border-color: rgb(219,172,14); }

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