Html Css Color HEX #DB960B Gamboge

📋 copy color: '#DB960B'

red 219 ◦ green 150 ◦ blue 11

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

Shades of Gamboge #DB960B

Tints of Gamboge #DB960B

RGB

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

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

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

R = 57.63%
G = 39.47%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB960B (or 0xDB960B) is known color: Gamboge. HEX triplet: DB, 96 and 0B. RGB value is (219,150,11). Sum of RGB (Red+Green+Blue) = 219+150+11=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 11 (4.69% from 255 or 2.89% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB960B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB960B is #2469F4. Grayscale: #9B9B9B. Windows color (decimal): -2386421 or 759515. OLE color: 759515.

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

Color convert

RGB 219 150 11 -
CMYK 0 0.32 0.95 0.14
HSL 40.1º 0.9% 0.45% -
HSV(B) 40.1º 0.95% 0.86% -
XYZ 40.18 36.9 5.32 -
YUV 154.79 46.86 173.8 -
System Red Green Blue C M Y K H S L
Decimal 219 150 11 0 0.32 0.95 0.14 40.1 0.9 0.45
Hex DB 96 B 0 20 5F E 28 5A 2D
Octal 333 226 13 0 40 137 16 50 132 55
Binary 11011011 10010110 1011 0 100000 1011111 1110 101000 1011010 101101

Color Harmonies of #DB960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB960B

Black with #DB960B

Text Example


Text Example

White with #DB960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB960B; }

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

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

background-color css

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

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

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

border-color css

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

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

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