Html Css Color HEX #DB9D0D Gamboge

📋 copy color: '#DB9D0D'

red 219 ◦ green 157 ◦ blue 13

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

Shades of Gamboge #DB9D0D

Tints of Gamboge #DB9D0D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.36%

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

R = 56.3%
G = 40.36%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB9D0D (or 0xDB9D0D) is known color: Gamboge. HEX triplet: DB, 9D and 0D. RGB value is (219,157,13). Sum of RGB (Red+Green+Blue) = 219+157+13=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 13 (5.47% from 255 or 3.34% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9D0D is #2462F2. Grayscale: #9F9F9F. Windows color (decimal): -2384627 or 892379. OLE color: 892379.

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

Color convert

RGB 219 157 13 -
CMYK 0 0.28 0.94 0.14
HSL 41.94º 0.89% 0.45% -
HSV(B) 41.94º 0.94% 0.86% -
XYZ 41.34 39.2 5.77 -
YUV 159.12 45.54 170.71 -
System Red Green Blue C M Y K H S L
Decimal 219 157 13 0 0.28 0.94 0.14 41.94 0.89 0.45
Hex DB 9D D 0 1C 5E E 2A 59 2D
Octal 333 235 15 0 34 136 16 52 131 55
Binary 11011011 10011101 1101 0 11100 1011110 1110 101010 1011001 101101

Color Harmonies of #DB9D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9D0D

Black with #DB9D0D

Text Example


Text Example

White with #DB9D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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