Html Css Color HEX #DBAA0A Gamboge

📋 copy color: '#DBAA0A'

red 219 ◦ green 170 ◦ blue 10

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

Shades of Gamboge #DBAA0A

Tints of Gamboge #DBAA0A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.61%

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

R = 54.89%
G = 42.61%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DBAA0A (or 0xDBAA0A) is known color: Gamboge. HEX triplet: DB, AA and 0A. RGB value is (219,170,10). Sum of RGB (Red+Green+Blue) = 219+170+10=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 10 (4.30% from 255 or 2.51% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAA0A is #2455F5. Grayscale: #A7A7A7. Windows color (decimal): -2381302 or 699099. OLE color: 699099.

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

Color convert

RGB 219 170 10 -
CMYK 0 0.22 0.95 0.14
HSL 45.93º 0.91% 0.45% -
HSV(B) 45.93º 0.95% 0.86% -
XYZ 43.64 43.83 6.45 -
YUV 166.41 39.73 165.51 -
System Red Green Blue C M Y K H S L
Decimal 219 170 10 0 0.22 0.95 0.14 45.93 0.91 0.45
Hex DB AA A 0 16 5F E 2E 5B 2D
Octal 333 252 12 0 26 137 16 56 133 55
Binary 11011011 10101010 1010 0 10110 1011111 1110 101110 1011011 101101

Color Harmonies of #DBAA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA0A

Black with #DBAA0A

Text Example


Text Example

White with #DBAA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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