Html Css Color HEX #DB8815 Gamboge

📋 copy color: '#DB8815'

red 219 ◦ green 136 ◦ blue 21

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

Shades of Gamboge #DB8815

Tints of Gamboge #DB8815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.59%

R = 58.24%
G = 36.17%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB8815 (or 0xDB8815) is known color: Gamboge. HEX triplet: DB, 88 and 15. RGB value is (219,136,21). Sum of RGB (Red+Green+Blue) = 219+136+21=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 21 (8.59% from 255 or 5.59% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8815 is #2477EA. Grayscale: #949494. Windows color (decimal): -2389995 or 1411291. OLE color: 1411291.

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

Color convert

RGB 219 136 21 -
CMYK 0 0.38 0.90 0.14
HSL 34.85º 0.83% 0.47% -
HSV(B) 34.85º 0.9% 0.86% -
XYZ 38.15 32.72 5.01 -
YUV 147.71 56.5 178.85 -
System Red Green Blue C M Y K H S L
Decimal 219 136 21 0 0.38 0.90 0.14 34.85 0.83 0.47
Hex DB 88 15 0 26 5A E 23 52 2F
Octal 333 210 25 0 46 132 16 43 122 57
Binary 11011011 10001000 10101 0 100110 1011010 1110 100011 1010010 101111

Color Harmonies of #DB8815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8815

Black with #DB8815

Text Example


Text Example

White with #DB8815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8815; }

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

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

background-color css

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

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

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

border-color css

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

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

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