Html Css Color HEX #DB9818 Gamboge

📋 copy color: '#DB9818'

red 219 ◦ green 152 ◦ blue 24

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

Shades of Gamboge #DB9818

Tints of Gamboge #DB9818

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.48%

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

R = 55.44%
G = 38.48%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB9818 (or 0xDB9818) is known color: Gamboge. HEX triplet: DB, 98 and 18. RGB value is (219,152,24). Sum of RGB (Red+Green+Blue) = 219+152+24=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 24 (9.77% from 255 or 6.08% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9818 is #2467E7. Grayscale: #9E9E9E. Windows color (decimal): -2385896 or 1611995. OLE color: 1611995.

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

Color convert

RGB 219 152 24 -
CMYK 0 0.31 0.89 0.14
HSL 39.38º 0.8% 0.48% -
HSV(B) 39.38º 0.89% 0.86% -
XYZ 40.61 37.58 5.98 -
YUV 157.44 52.7 171.91 -
System Red Green Blue C M Y K H S L
Decimal 219 152 24 0 0.31 0.89 0.14 39.38 0.8 0.48
Hex DB 98 18 0 1F 59 E 27 50 30
Octal 333 230 30 0 37 131 16 47 120 60
Binary 11011011 10011000 11000 0 11111 1011001 1110 100111 1010000 110000

Color Harmonies of #DB9818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9818

Black with #DB9818

Text Example


Text Example

White with #DB9818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9818; }

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

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

background-color css

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

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

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

border-color css

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

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

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