Html Css Color HEX #DBA212 Gamboge

📋 copy color: '#DBA212'

red 219 ◦ green 162 ◦ blue 18

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

Shades of Gamboge #DBA212

Tints of Gamboge #DBA212

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.6%

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

R = 54.89%
G = 40.6%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DBA212 (or 0xDBA212) is known color: Gamboge. HEX triplet: DB, A2 and 12. RGB value is (219,162,18). Sum of RGB (Red+Green+Blue) = 219+162+18=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 18 (7.42% from 255 or 4.51% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA212 is #245DED. Grayscale: #A3A3A3. Windows color (decimal): -2383342 or 1221339. OLE color: 1221339.

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

Color convert

RGB 219 162 18 -
CMYK 0 0.26 0.92 0.14
HSL 42.99º 0.85% 0.46% -
HSV(B) 42.99º 0.92% 0.86% -
XYZ 42.24 40.94 6.25 -
YUV 162.63 46.38 168.21 -
System Red Green Blue C M Y K H S L
Decimal 219 162 18 0 0.26 0.92 0.14 42.99 0.85 0.46
Hex DB A2 12 0 1A 5C E 2B 55 2E
Octal 333 242 22 0 32 134 16 53 125 56
Binary 11011011 10100010 10010 0 11010 1011100 1110 101011 1010101 101110

Color Harmonies of #DBA212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA212

Black with #DBA212

Text Example


Text Example

White with #DBA212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA212; }

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

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

background-color css

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

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

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

border-color css

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

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

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