Html Css Color HEX #DBA00C Gamboge

📋 copy color: '#DBA00C'

red 219 ◦ green 160 ◦ blue 12

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

Shades of Gamboge #DBA00C

Tints of Gamboge #DBA00C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.07%

R = 56.01%
G = 40.92%
B = 3.07%

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

#DBA00C (or 0xDBA00C) is known color: Gamboge. HEX triplet: DB, A0 and 0C. RGB value is (219,160,12). Sum of RGB (Red+Green+Blue) = 219+160+12=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 12 (5.08% from 255 or 3.07% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA00C is #245FF3. Grayscale: #A1A1A1. Windows color (decimal): -2383860 or 827611. OLE color: 827611.

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

Color convert

RGB 219 160 12 -
CMYK 0 0.27 0.95 0.14
HSL 42.9º 0.9% 0.45% -
HSV(B) 42.9º 0.95% 0.86% -
XYZ 41.85 40.23 5.91 -
YUV 160.77 44.05 169.53 -
System Red Green Blue C M Y K H S L
Decimal 219 160 12 0 0.27 0.95 0.14 42.9 0.9 0.45
Hex DB A0 C 0 1B 5F E 2B 5A 2D
Octal 333 240 14 0 33 137 16 53 132 55
Binary 11011011 10100000 1100 0 11011 1011111 1110 101011 1011010 101101

Color Harmonies of #DBA00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA00C

Black with #DBA00C

Text Example


Text Example

White with #DBA00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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