Html Css Color HEX #DBA512 Gamboge

📋 copy color: '#DBA512'

red 219 ◦ green 165 ◦ blue 18

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

Shades of Gamboge #DBA512

Tints of Gamboge #DBA512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.48%

R = 54.48%
G = 41.04%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DBA512 (or 0xDBA512) is known color: Gamboge. HEX triplet: DB, A5 and 12. RGB value is (219,165,18). Sum of RGB (Red+Green+Blue) = 219+165+18=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 18 (7.42% from 255 or 4.48% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA512 is #245AED. Grayscale: #A5A5A5. Windows color (decimal): -2382574 or 1222107. OLE color: 1222107.

HSL color Cylindrical-coordinate representation of color #DBA512: hue angle of 43.88º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBA512 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 165 18 -
CMYK 0 0.25 0.92 0.14
HSL 43.88º 0.85% 0.46% -
HSV(B) 43.88º 0.92% 0.86% -
XYZ 42.78 42.01 6.43 -
YUV 164.39 45.39 166.95 -
System Red Green Blue C M Y K H S L
Decimal 219 165 18 0 0.25 0.92 0.14 43.88 0.85 0.46
Hex DB A5 12 0 19 5C E 2C 55 2E
Octal 333 245 22 0 31 134 16 54 125 56
Binary 11011011 10100101 10010 0 11001 1011100 1110 101100 1010101 101110

Color Harmonies of #DBA512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA512

Black with #DBA512

Text Example


Text Example

White with #DBA512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA512; }

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

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

background-color css

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

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

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

border-color css

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

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

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