Html Css Color HEX #DB8813 Gamboge

📋 copy color: '#DB8813'

red 219 ◦ green 136 ◦ blue 19

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

Shades of Gamboge #DB8813

Tints of Gamboge #DB8813

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.36%

 BLUE value IS 19 (7.81% from 255) = 5.08%

R = 58.56%
G = 36.36%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB8813 (or 0xDB8813) is known color: Gamboge. HEX triplet: DB, 88 and 13. RGB value is (219,136,19). Sum of RGB (Red+Green+Blue) = 219+136+19=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 19 (7.81% from 255 or 5.08% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8813 is #2477EC. Grayscale: #949494. Windows color (decimal): -2389997 or 1280219. OLE color: 1280219.

HSL color Cylindrical-coordinate representation of color #DB8813: hue angle of 35.1º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB8813 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 136 19 -
CMYK 0 0.38 0.91 0.14
HSL 35.1º 0.84% 0.47% -
HSV(B) 35.1º 0.91% 0.86% -
XYZ 38.14 32.72 4.92 -
YUV 147.48 55.5 179.01 -
System Red Green Blue C M Y K H S L
Decimal 219 136 19 0 0.38 0.91 0.14 35.1 0.84 0.47
Hex DB 88 13 0 26 5B E 23 54 2F
Octal 333 210 23 0 46 133 16 43 124 57
Binary 11011011 10001000 10011 0 100110 1011011 1110 100011 1010100 101111

Color Harmonies of #DB8813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8813

Black with #DB8813

Text Example


Text Example

White with #DB8813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8813; }

 p { color: rgb(219,136,19); }

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

background-color css

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

 a { background-color: rgb(219,136,19); }

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

border-color css

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

 span { border-color: rgb(219,136,19); }

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