Html Css Color HEX #DB8A16 Gamboge

📋 copy color: '#DB8A16'

red 219 ◦ green 138 ◦ blue 22

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

Shades of Gamboge #DB8A16

Tints of Gamboge #DB8A16

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.41%

 BLUE value IS 22 (8.98% from 255) = 5.8%

R = 57.78%
G = 36.41%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB8A16 (or 0xDB8A16) is known color: Gamboge. HEX triplet: DB, 8A and 16. RGB value is (219,138,22). Sum of RGB (Red+Green+Blue) = 219+138+22=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 22 (8.98% from 255 or 5.80% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8A16 is #2475E9. Grayscale: #959595. Windows color (decimal): -2389482 or 1477339. OLE color: 1477339.

HSL color Cylindrical-coordinate representation of color #DB8A16: hue angle of 35.33º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB8A16 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 138 22 -
CMYK 0 0.37 0.90 0.14
HSL 35.33º 0.82% 0.47% -
HSV(B) 35.33º 0.9% 0.86% -
XYZ 38.45 33.29 5.16 -
YUV 149 56.34 177.93 -
System Red Green Blue C M Y K H S L
Decimal 219 138 22 0 0.37 0.90 0.14 35.33 0.82 0.47
Hex DB 8A 16 0 25 5A E 23 52 2F
Octal 333 212 26 0 45 132 16 43 122 57
Binary 11011011 10001010 10110 0 100101 1011010 1110 100011 1010010 101111

Color Harmonies of #DB8A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8A16

Black with #DB8A16

Text Example


Text Example

White with #DB8A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8A16; }

 p { color: rgb(219,138,22); }

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

background-color css

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

 a { background-color: rgb(219,138,22); }

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

border-color css

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

 span { border-color: rgb(219,138,22); }

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