Html Css Color HEX #DB960D Gamboge

📋 copy color: '#DB960D'

red 219 ◦ green 150 ◦ blue 13

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

Shades of Gamboge #DB960D

Tints of Gamboge #DB960D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.27%

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

R = 57.33%
G = 39.27%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB960D (or 0xDB960D) is known color: Gamboge. HEX triplet: DB, 96 and 0D. RGB value is (219,150,13). Sum of RGB (Red+Green+Blue) = 219+150+13=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB960D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB960D is #2469F2. Grayscale: #9B9B9B. Windows color (decimal): -2386419 or 890587. OLE color: 890587.

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

Color convert

RGB 219 150 13 -
CMYK 0 0.32 0.94 0.14
HSL 39.9º 0.89% 0.45% -
HSV(B) 39.9º 0.94% 0.86% -
XYZ 40.19 36.9 5.39 -
YUV 155.01 47.86 173.64 -
System Red Green Blue C M Y K H S L
Decimal 219 150 13 0 0.32 0.94 0.14 39.9 0.89 0.45
Hex DB 96 D 0 20 5E E 28 59 2D
Octal 333 226 15 0 40 136 16 50 131 55
Binary 11011011 10010110 1101 0 100000 1011110 1110 101000 1011001 101101

Color Harmonies of #DB960D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB960D

Black with #DB960D

Text Example


Text Example

White with #DB960D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB960D; }

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

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

background-color css

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

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

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

border-color css

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

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

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