Html Css Color HEX #DBA014 Gamboge

📋 copy color: '#DBA014'

red 219 ◦ green 160 ◦ blue 20

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

Shades of Gamboge #DBA014

Tints of Gamboge #DBA014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.01%

R = 54.89%
G = 40.1%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DBA014 (or 0xDBA014) is known color: Gamboge. HEX triplet: DB, A0 and 14. RGB value is (219,160,20). Sum of RGB (Red+Green+Blue) = 219+160+20=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 20 (8.20% from 255 or 5.01% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA014 is #245FEB. Grayscale: #A2A2A2. Windows color (decimal): -2383852 or 1351899. OLE color: 1351899.

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

Color convert

RGB 219 160 20 -
CMYK 0 0.27 0.91 0.14
HSL 42.21º 0.83% 0.47% -
HSV(B) 42.21º 0.91% 0.86% -
XYZ 41.91 40.25 6.22 -
YUV 161.68 48.05 168.88 -
System Red Green Blue C M Y K H S L
Decimal 219 160 20 0 0.27 0.91 0.14 42.21 0.83 0.47
Hex DB A0 14 0 1B 5B E 2A 53 2F
Octal 333 240 24 0 33 133 16 52 123 57
Binary 11011011 10100000 10100 0 11011 1011011 1110 101010 1010011 101111

Color Harmonies of #DBA014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA014

Black with #DBA014

Text Example


Text Example

White with #DBA014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA014; }

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

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

background-color css

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

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

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

border-color css

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

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

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