Html Css Color HEX #DB900F Gamboge

📋 copy color: '#DB900F'

red 219 ◦ green 144 ◦ blue 15

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

Shades of Gamboge #DB900F

Tints of Gamboge #DB900F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.1%

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

R = 57.94%
G = 38.1%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB900F (or 0xDB900F) is known color: Gamboge. HEX triplet: DB, 90 and 0F. RGB value is (219,144,15). Sum of RGB (Red+Green+Blue) = 219+144+15=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 15 (6.25% from 255 or 3.97% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB900F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB900F is #246FF0. Grayscale: #989898. Windows color (decimal): -2387953 or 1020123. OLE color: 1020123.

HSL color Cylindrical-coordinate representation of color #DB900F: hue angle of 37.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 #DB900F is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 144 15 -
CMYK 0 0.34 0.93 0.14
HSL 37.94º 0.87% 0.46% -
HSV(B) 37.94º 0.93% 0.86% -
XYZ 39.27 35.04 5.15 -
YUV 151.72 50.85 175.99 -
System Red Green Blue C M Y K H S L
Decimal 219 144 15 0 0.34 0.93 0.14 37.94 0.87 0.46
Hex DB 90 F 0 22 5D E 26 57 2E
Octal 333 220 17 0 42 135 16 46 127 56
Binary 11011011 10010000 1111 0 100010 1011101 1110 100110 1010111 101110

Color Harmonies of #DB900F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB900F

Black with #DB900F

Text Example


Text Example

White with #DB900F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB900F; }

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

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

background-color css

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

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

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

border-color css

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

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

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