Html Css Color HEX #DB9618 Gamboge

📋 copy color: '#DB9618'

red 219 ◦ green 150 ◦ blue 24

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

Shades of Gamboge #DB9618

Tints of Gamboge #DB9618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.11%

R = 55.73%
G = 38.17%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB9618 (or 0xDB9618) is known color: Gamboge. HEX triplet: DB, 96 and 18. RGB value is (219,150,24). Sum of RGB (Red+Green+Blue) = 219+150+24=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 24 (9.77% from 255 or 6.11% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9618 is #2469E7. Grayscale: #9C9C9C. Windows color (decimal): -2386408 or 1611483. OLE color: 1611483.

HSL color Cylindrical-coordinate representation of color #DB9618: hue angle of 38.77º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB9618 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 150 24 -
CMYK 0 0.32 0.89 0.14
HSL 38.77º 0.8% 0.48% -
HSV(B) 38.77º 0.89% 0.86% -
XYZ 40.28 36.94 5.87 -
YUV 156.27 53.36 172.75 -
System Red Green Blue C M Y K H S L
Decimal 219 150 24 0 0.32 0.89 0.14 38.77 0.8 0.48
Hex DB 96 18 0 20 59 E 27 50 30
Octal 333 226 30 0 40 131 16 47 120 60
Binary 11011011 10010110 11000 0 100000 1011001 1110 100111 1010000 110000

Color Harmonies of #DB9618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9618

Black with #DB9618

Text Example


Text Example

White with #DB9618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9618; }

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

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

background-color css

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

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

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

border-color css

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

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

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