Html Css Color HEX #DB8D0E Gamboge

📋 copy color: '#DB8D0E'

red 219 ◦ green 141 ◦ blue 14

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

Shades of Gamboge #DB8D0E

Tints of Gamboge #DB8D0E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.7%

 BLUE value IS 14 (5.86% from 255) = 3.74%

R = 58.56%
G = 37.7%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB8D0E (or 0xDB8D0E) is known color: Gamboge. HEX triplet: DB, 8D and 0E. RGB value is (219,141,14). Sum of RGB (Red+Green+Blue) = 219+141+14=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 14 (5.86% from 255 or 3.74% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8D0E is #2472F1. Grayscale: #969696. Windows color (decimal): -2388722 or 953819. OLE color: 953819.

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

Color convert

RGB 219 141 14 -
CMYK 0 0.36 0.94 0.14
HSL 37.17º 0.88% 0.46% -
HSV(B) 37.17º 0.94% 0.86% -
XYZ 38.82 34.14 4.96 -
YUV 149.84 51.34 177.33 -
System Red Green Blue C M Y K H S L
Decimal 219 141 14 0 0.36 0.94 0.14 37.17 0.88 0.46
Hex DB 8D E 0 24 5E E 25 58 2E
Octal 333 215 16 0 44 136 16 45 130 56
Binary 11011011 10001101 1110 0 100100 1011110 1110 100101 1011000 101110

Color Harmonies of #DB8D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8D0E

Black with #DB8D0E

Text Example


Text Example

White with #DB8D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8D0E; }

 p { color: rgb(219,141,14); }

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

background-color css

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

 a { background-color: rgb(219,141,14); }

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

border-color css

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

 span { border-color: rgb(219,141,14); }

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