Html Css Color HEX #DBA30A Gamboge

📋 copy color: '#DBA30A'

red 219 ◦ green 163 ◦ blue 10

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

Shades of Gamboge #DBA30A

Tints of Gamboge #DBA30A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.58%

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

R = 55.87%
G = 41.58%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DBA30A (or 0xDBA30A) is known color: Gamboge. HEX triplet: DB, A3 and 0A. RGB value is (219,163,10). Sum of RGB (Red+Green+Blue) = 219+163+10=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 10 (4.30% from 255 or 2.55% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA30A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA30A is #245CF5. Grayscale: #A2A2A2. Windows color (decimal): -2383094 or 697307. OLE color: 697307.

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

Color convert

RGB 219 163 10 -
CMYK 0 0.26 0.95 0.14
HSL 43.92º 0.91% 0.45% -
HSV(B) 43.92º 0.95% 0.86% -
XYZ 42.37 41.28 6.02 -
YUV 162.3 42.05 168.44 -
System Red Green Blue C M Y K H S L
Decimal 219 163 10 0 0.26 0.95 0.14 43.92 0.91 0.45
Hex DB A3 A 0 1A 5F E 2C 5B 2D
Octal 333 243 12 0 32 137 16 54 133 55
Binary 11011011 10100011 1010 0 11010 1011111 1110 101100 1011011 101101

Color Harmonies of #DBA30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA30A

Black with #DBA30A

Text Example


Text Example

White with #DBA30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA30A; }

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

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

background-color css

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

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

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

border-color css

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

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

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