Html Css Color HEX #DB910D Gamboge

📋 copy color: '#DB910D'

red 219 ◦ green 145 ◦ blue 13

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

Shades of Gamboge #DB910D

Tints of Gamboge #DB910D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.46%

 BLUE value IS 13 (5.47% from 255) = 3.45%

R = 58.09%
G = 38.46%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB910D (or 0xDB910D) is known color: Gamboge. HEX triplet: DB, 91 and 0D. RGB value is (219,145,13). Sum of RGB (Red+Green+Blue) = 219+145+13=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 13 (5.47% from 255 or 3.45% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB910D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB910D is #246EF2. Grayscale: #989898. Windows color (decimal): -2387699 or 889307. OLE color: 889307.

HSL color Cylindrical-coordinate representation of color #DB910D: hue angle of 38.45º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB910D is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 145 13 -
CMYK 0 0.34 0.94 0.14
HSL 38.45º 0.89% 0.45% -
HSV(B) 38.45º 0.94% 0.86% -
XYZ 39.41 35.34 5.12 -
YUV 152.08 49.52 175.73 -
System Red Green Blue C M Y K H S L
Decimal 219 145 13 0 0.34 0.94 0.14 38.45 0.89 0.45
Hex DB 91 D 0 22 5E E 26 59 2D
Octal 333 221 15 0 42 136 16 46 131 55
Binary 11011011 10010001 1101 0 100010 1011110 1110 100110 1011001 101101

Color Harmonies of #DB910D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB910D

Black with #DB910D

Text Example


Text Example

White with #DB910D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB910D; }

 p { color: rgb(219,145,13); }

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

background-color css

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

 a { background-color: rgb(219,145,13); }

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

border-color css

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

 span { border-color: rgb(219,145,13); }

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