Html Css Color HEX #DB8715 Gamboge

📋 copy color: '#DB8715'

red 219 ◦ green 135 ◦ blue 21

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

Shades of Gamboge #DB8715

Tints of Gamboge #DB8715

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36%

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

R = 58.4%
G = 36%
B = 5.6%

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

#DB8715 (or 0xDB8715) is known color: Gamboge. HEX triplet: DB, 87 and 15. RGB value is (219,135,21). Sum of RGB (Red+Green+Blue) = 219+135+21=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 21 (8.59% from 255 or 5.6% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8715 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8715 is #2478EA. Grayscale: #939393. Windows color (decimal): -2390251 or 1411035. OLE color: 1411035.

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

Color convert

RGB 219 135 21 -
CMYK 0 0.38 0.90 0.14
HSL 34.55º 0.83% 0.47% -
HSV(B) 34.55º 0.9% 0.86% -
XYZ 38.01 32.44 4.97 -
YUV 147.12 56.83 179.27 -
System Red Green Blue C M Y K H S L
Decimal 219 135 21 0 0.38 0.90 0.14 34.55 0.83 0.47
Hex DB 87 15 0 26 5A E 23 52 2F
Octal 333 207 25 0 46 132 16 43 122 57
Binary 11011011 10000111 10101 0 100110 1011010 1110 100011 1010010 101111

Color Harmonies of #DB8715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8715

Black with #DB8715

Text Example


Text Example

White with #DB8715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8715; }

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

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

background-color css

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

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

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

border-color css

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

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

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