Html Css Color HEX #DB8712 Gamboge

📋 copy color: '#DB8712'

red 219 ◦ green 135 ◦ blue 18

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

Shades of Gamboge #DB8712

Tints of Gamboge #DB8712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.84%

R = 58.87%
G = 36.29%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB8712 (or 0xDB8712) is known color: Gamboge. HEX triplet: DB, 87 and 12. RGB value is (219,135,18). Sum of RGB (Red+Green+Blue) = 219+135+18=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 18 (7.42% from 255 or 4.84% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8712 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8712 is #2478ED. Grayscale: #939393. Windows color (decimal): -2390254 or 1214427. OLE color: 1214427.

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

Color convert

RGB 219 135 18 -
CMYK 0 0.38 0.92 0.14
HSL 34.93º 0.85% 0.46% -
HSV(B) 34.93º 0.92% 0.86% -
XYZ 37.99 32.43 4.83 -
YUV 146.78 55.33 179.51 -
System Red Green Blue C M Y K H S L
Decimal 219 135 18 0 0.38 0.92 0.14 34.93 0.85 0.46
Hex DB 87 12 0 26 5C E 23 55 2E
Octal 333 207 22 0 46 134 16 43 125 56
Binary 11011011 10000111 10010 0 100110 1011100 1110 100011 1010101 101110

Color Harmonies of #DB8712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8712

Black with #DB8712

Text Example


Text Example

White with #DB8712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8712; }

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

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

background-color css

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

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

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

border-color css

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

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

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