Html Css Color HEX #DB910B Gamboge

📋 copy color: '#DB910B'

red 219 ◦ green 145 ◦ blue 11

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

Shades of Gamboge #DB910B

Tints of Gamboge #DB910B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.93%

R = 58.4%
G = 38.67%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB910B (or 0xDB910B) is known color: Gamboge. HEX triplet: DB, 91 and 0B. RGB value is (219,145,11). Sum of RGB (Red+Green+Blue) = 219+145+11=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 11 (4.69% from 255 or 2.93% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB910B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB910B is #246EF4. Grayscale: #989898. Windows color (decimal): -2387701 or 758235. OLE color: 758235.

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

Color convert

RGB 219 145 11 -
CMYK 0 0.34 0.95 0.14
HSL 38.65º 0.9% 0.45% -
HSV(B) 38.65º 0.95% 0.86% -
XYZ 39.4 35.34 5.06 -
YUV 151.85 48.52 175.9 -
System Red Green Blue C M Y K H S L
Decimal 219 145 11 0 0.34 0.95 0.14 38.65 0.9 0.45
Hex DB 91 B 0 22 5F E 27 5A 2D
Octal 333 221 13 0 42 137 16 47 132 55
Binary 11011011 10010001 1011 0 100010 1011111 1110 100111 1011010 101101

Color Harmonies of #DB910B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB910B

Black with #DB910B

Text Example


Text Example

White with #DB910B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB910B; }

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

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

background-color css

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

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

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

border-color css

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

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

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