Html Css Color HEX #DBA10F Gamboge

📋 copy color: '#DBA10F'

red 219 ◦ green 161 ◦ blue 15

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

Shades of Gamboge #DBA10F

Tints of Gamboge #DBA10F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.76%

 BLUE value IS 15 (6.25% from 255) = 3.8%

R = 55.44%
G = 40.76%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DBA10F (or 0xDBA10F) is known color: Gamboge. HEX triplet: DB, A1 and 0F. RGB value is (219,161,15). Sum of RGB (Red+Green+Blue) = 219+161+15=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 15 (6.25% from 255 or 3.80% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA10F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA10F is #245EF0. Grayscale: #A2A2A2. Windows color (decimal): -2383601 or 1024475. OLE color: 1024475.

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

Color convert

RGB 219 161 15 -
CMYK 0 0.26 0.93 0.14
HSL 42.94º 0.87% 0.46% -
HSV(B) 42.94º 0.93% 0.86% -
XYZ 42.04 40.58 6.07 -
YUV 161.7 45.22 168.87 -
System Red Green Blue C M Y K H S L
Decimal 219 161 15 0 0.26 0.93 0.14 42.94 0.87 0.46
Hex DB A1 F 0 1A 5D E 2B 57 2E
Octal 333 241 17 0 32 135 16 53 127 56
Binary 11011011 10100001 1111 0 11010 1011101 1110 101011 1010111 101110

Color Harmonies of #DBA10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA10F

Black with #DBA10F

Text Example


Text Example

White with #DBA10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA10F; }

 p { color: rgb(219,161,15); }

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

background-color css

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

 a { background-color: rgb(219,161,15); }

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

border-color css

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

 span { border-color: rgb(219,161,15); }

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