Html Css Color HEX #DB8C15 Gamboge

📋 copy color: '#DB8C15'

red 219 ◦ green 140 ◦ blue 21

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

Shades of Gamboge #DB8C15

Tints of Gamboge #DB8C15

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.84%

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

R = 57.63%
G = 36.84%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB8C15 (or 0xDB8C15) is known color: Gamboge. HEX triplet: DB, 8C and 15. RGB value is (219,140,21). Sum of RGB (Red+Green+Blue) = 219+140+21=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 21 (8.59% from 255 or 5.53% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8C15 is #2473EA. Grayscale: #969696. Windows color (decimal): -2388971 or 1412315. OLE color: 1412315.

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

Color convert

RGB 219 140 21 -
CMYK 0 0.36 0.90 0.14
HSL 36.06º 0.83% 0.47% -
HSV(B) 36.06º 0.9% 0.86% -
XYZ 38.73 33.87 5.21 -
YUV 150.06 55.17 177.18 -
System Red Green Blue C M Y K H S L
Decimal 219 140 21 0 0.36 0.90 0.14 36.06 0.83 0.47
Hex DB 8C 15 0 24 5A E 24 52 2F
Octal 333 214 25 0 44 132 16 44 122 57
Binary 11011011 10001100 10101 0 100100 1011010 1110 100100 1010010 101111

Color Harmonies of #DB8C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8C15

Black with #DB8C15

Text Example


Text Example

White with #DB8C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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