Html Css Color HEX #DBA80A Gamboge

📋 copy color: '#DBA80A'

red 219 ◦ green 168 ◦ blue 10

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

Shades of Gamboge #DBA80A

Tints of Gamboge #DBA80A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.32%

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

R = 55.16%
G = 42.32%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DBA80A (or 0xDBA80A) is known color: Gamboge. HEX triplet: DB, A8 and 0A. RGB value is (219,168,10). Sum of RGB (Red+Green+Blue) = 219+168+10=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 10 (4.30% from 255 or 2.52% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA80A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA80A is #2457F5. Grayscale: #A5A5A5. Windows color (decimal): -2381814 or 698587. OLE color: 698587.

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

Color convert

RGB 219 168 10 -
CMYK 0 0.23 0.95 0.14
HSL 45.36º 0.91% 0.45% -
HSV(B) 45.36º 0.95% 0.86% -
XYZ 43.27 43.09 6.32 -
YUV 165.24 40.4 166.35 -
System Red Green Blue C M Y K H S L
Decimal 219 168 10 0 0.23 0.95 0.14 45.36 0.91 0.45
Hex DB A8 A 0 17 5F E 2D 5B 2D
Octal 333 250 12 0 27 137 16 55 133 55
Binary 11011011 10101000 1010 0 10111 1011111 1110 101101 1011011 101101

Color Harmonies of #DBA80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA80A

Black with #DBA80A

Text Example


Text Example

White with #DBA80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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