Html Css Color HEX #DB8914 Gamboge

📋 copy color: '#DB8914'

red 219 ◦ green 137 ◦ blue 20

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

Shades of Gamboge #DB8914

Tints of Gamboge #DB8914

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.44%

 BLUE value IS 20 (8.2% from 255) = 5.32%

R = 58.24%
G = 36.44%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB8914 (or 0xDB8914) is known color: Gamboge. HEX triplet: DB, 89 and 14. RGB value is (219,137,20). Sum of RGB (Red+Green+Blue) = 219+137+20=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 20 (8.20% from 255 or 5.32% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8914 is #2476EB. Grayscale: #949494. Windows color (decimal): -2389740 or 1346011. OLE color: 1346011.

HSL color Cylindrical-coordinate representation of color #DB8914: hue angle of 35.28º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB8914 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 137 20 -
CMYK 0 0.37 0.91 0.14
HSL 35.28º 0.83% 0.47% -
HSV(B) 35.28º 0.91% 0.86% -
XYZ 38.29 33 5.01 -
YUV 148.18 55.67 178.51 -
System Red Green Blue C M Y K H S L
Decimal 219 137 20 0 0.37 0.91 0.14 35.28 0.83 0.47
Hex DB 89 14 0 25 5B E 23 53 2F
Octal 333 211 24 0 45 133 16 43 123 57
Binary 11011011 10001001 10100 0 100101 1011011 1110 100011 1010011 101111

Color Harmonies of #DB8914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8914

Black with #DB8914

Text Example


Text Example

White with #DB8914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8914; }

 p { color: rgb(219,137,20); }

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

background-color css

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

 a { background-color: rgb(219,137,20); }

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

border-color css

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

 span { border-color: rgb(219,137,20); }

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