Html Css Color HEX #DB991A Gamboge

📋 copy color: '#DB991A'

red 219 ◦ green 153 ◦ blue 26

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

Shades of Gamboge #DB991A

Tints of Gamboge #DB991A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.44%

 BLUE value IS 26 (10.55% from 255) = 6.53%

R = 55.03%
G = 38.44%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB991A (or 0xDB991A) is known color: Gamboge. HEX triplet: DB, 99 and 1A. RGB value is (219,153,26). Sum of RGB (Red+Green+Blue) = 219+153+26=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 26 (10.55% from 255 or 6.53% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB991A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB991A is #2466E5. Grayscale: #9E9E9E. Windows color (decimal): -2385638 or 1743323. OLE color: 1743323.

HSL color Cylindrical-coordinate representation of color #DB991A: hue angle of 39.48º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB991A is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 153 26 -
CMYK 0 0.30 0.88 0.14
HSL 39.48º 0.79% 0.48% -
HSV(B) 39.48º 0.88% 0.86% -
XYZ 40.79 37.92 6.15 -
YUV 158.26 53.37 171.33 -
System Red Green Blue C M Y K H S L
Decimal 219 153 26 0 0.30 0.88 0.14 39.48 0.79 0.48
Hex DB 99 1A 0 1E 58 E 27 4F 30
Octal 333 231 32 0 36 130 16 47 117 60
Binary 11011011 10011001 11010 0 11110 1011000 1110 100111 1001111 110000

Color Harmonies of #DB991A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB991A

Black with #DB991A

Text Example


Text Example

White with #DB991A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB991A; }

 p { color: rgb(219,153,26); }

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

background-color css

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

 a { background-color: rgb(219,153,26); }

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

border-color css

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

 span { border-color: rgb(219,153,26); }

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