Html Css Color HEX #DBA00A Gamboge

📋 copy color: '#DBA00A'

red 219 ◦ green 160 ◦ blue 10

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

Shades of Gamboge #DBA00A

Tints of Gamboge #DBA00A

RGB

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

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

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

R = 56.3%
G = 41.13%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DBA00A (or 0xDBA00A) is known color: Gamboge. HEX triplet: DB, A0 and 0A. RGB value is (219,160,10). Sum of RGB (Red+Green+Blue) = 219+160+10=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 160 (62.89% from 255 or 41.13% from 389); Blue value is 10 (4.30% from 255 or 2.57% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA00A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA00A is #245FF5. Grayscale: #A1A1A1. Windows color (decimal): -2383862 or 696539. OLE color: 696539.

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

Color convert

RGB 219 160 10 -
CMYK 0 0.27 0.95 0.14
HSL 43.06º 0.91% 0.45% -
HSV(B) 43.06º 0.95% 0.86% -
XYZ 41.84 40.22 5.85 -
YUV 160.54 43.05 169.7 -
System Red Green Blue C M Y K H S L
Decimal 219 160 10 0 0.27 0.95 0.14 43.06 0.91 0.45
Hex DB A0 A 0 1B 5F E 2B 5B 2D
Octal 333 240 12 0 33 137 16 53 133 55
Binary 11011011 10100000 1010 0 11011 1011111 1110 101011 1011011 101101

Color Harmonies of #DBA00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA00A

Black with #DBA00A

Text Example


Text Example

White with #DBA00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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