Html Css Color HEX #DBA50C Gamboge

📋 copy color: '#DBA50C'

red 219 ◦ green 165 ◦ blue 12

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

Shades of Gamboge #DBA50C

Tints of Gamboge #DBA50C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.67%

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

R = 55.3%
G = 41.67%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DBA50C (or 0xDBA50C) is known color: Gamboge. HEX triplet: DB, A5 and 0C. RGB value is (219,165,12). Sum of RGB (Red+Green+Blue) = 219+165+12=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 12 (5.08% from 255 or 3.03% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA50C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA50C is #245AF3. Grayscale: #A4A4A4. Windows color (decimal): -2382580 or 828891. OLE color: 828891.

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

Color convert

RGB 219 165 12 -
CMYK 0 0.25 0.95 0.14
HSL 44.35º 0.9% 0.45% -
HSV(B) 44.35º 0.95% 0.86% -
XYZ 42.73 42 6.2 -
YUV 163.7 42.39 167.44 -
System Red Green Blue C M Y K H S L
Decimal 219 165 12 0 0.25 0.95 0.14 44.35 0.9 0.45
Hex DB A5 C 0 19 5F E 2C 5A 2D
Octal 333 245 14 0 31 137 16 54 132 55
Binary 11011011 10100101 1100 0 11001 1011111 1110 101100 1011010 101101

Color Harmonies of #DBA50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA50C

Black with #DBA50C

Text Example


Text Example

White with #DBA50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA50C; }

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

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

background-color css

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

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

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

border-color css

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

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

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