Html Css Color HEX #DB900D Gamboge

📋 copy color: '#DB900D'

red 219 ◦ green 144 ◦ blue 13

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

Shades of Gamboge #DB900D

Tints of Gamboge #DB900D

RGB

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

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

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

R = 58.24%
G = 38.3%
B = 3.46%

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

#DB900D (or 0xDB900D) is known color: Gamboge. HEX triplet: DB, 90 and 0D. RGB value is (219,144,13). Sum of RGB (Red+Green+Blue) = 219+144+13=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 13 (5.47% from 255 or 3.46% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB900D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB900D is #246FF2. Grayscale: #989898. Windows color (decimal): -2387955 or 889051. OLE color: 889051.

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

Color convert

RGB 219 144 13 -
CMYK 0 0.34 0.94 0.14
HSL 38.16º 0.89% 0.45% -
HSV(B) 38.16º 0.94% 0.86% -
XYZ 39.26 35.04 5.07 -
YUV 151.49 49.85 176.15 -
System Red Green Blue C M Y K H S L
Decimal 219 144 13 0 0.34 0.94 0.14 38.16 0.89 0.45
Hex DB 90 D 0 22 5E E 26 59 2D
Octal 333 220 15 0 42 136 16 46 131 55
Binary 11011011 10010000 1101 0 100010 1011110 1110 100110 1011001 101101

Color Harmonies of #DB900D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB900D

Black with #DB900D

Text Example


Text Example

White with #DB900D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB900D; }

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

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

background-color css

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

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

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

border-color css

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

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

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