Html Css Color HEX #DBA00E Gamboge

📋 copy color: '#DBA00E'

red 219 ◦ green 160 ◦ blue 14

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

Shades of Gamboge #DBA00E

Tints of Gamboge #DBA00E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.71%

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

R = 55.73%
G = 40.71%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DBA00E (or 0xDBA00E) is known color: Gamboge. HEX triplet: DB, A0 and 0E. RGB value is (219,160,14). Sum of RGB (Red+Green+Blue) = 219+160+14=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 14 (5.86% from 255 or 3.56% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA00E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA00E is #245FF1. Grayscale: #A1A1A1. Windows color (decimal): -2383858 or 958683. OLE color: 958683.

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

Color convert

RGB 219 160 14 -
CMYK 0 0.27 0.94 0.14
HSL 42.73º 0.88% 0.46% -
HSV(B) 42.73º 0.94% 0.86% -
XYZ 41.86 40.23 5.97 -
YUV 161 45.05 169.37 -
System Red Green Blue C M Y K H S L
Decimal 219 160 14 0 0.27 0.94 0.14 42.73 0.88 0.46
Hex DB A0 E 0 1B 5E E 2B 58 2E
Octal 333 240 16 0 33 136 16 53 130 56
Binary 11011011 10100000 1110 0 11011 1011110 1110 101011 1011000 101110

Color Harmonies of #DBA00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA00E

Black with #DBA00E

Text Example


Text Example

White with #DBA00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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