Html Css Color HEX #DB920E Gamboge

📋 copy color: '#DB920E'

red 219 ◦ green 146 ◦ blue 14

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

Shades of Gamboge #DB920E

Tints of Gamboge #DB920E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.52%

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

R = 57.78%
G = 38.52%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB920E (or 0xDB920E) is known color: Gamboge. HEX triplet: DB, 92 and 0E. RGB value is (219,146,14). Sum of RGB (Red+Green+Blue) = 219+146+14=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 14 (5.86% from 255 or 3.69% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB920E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB920E is #246DF1. Grayscale: #999999. Windows color (decimal): -2387442 or 955099. OLE color: 955099.

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

Color convert

RGB 219 146 14 -
CMYK 0 0.33 0.94 0.14
HSL 38.63º 0.88% 0.46% -
HSV(B) 38.63º 0.94% 0.86% -
XYZ 39.57 35.65 5.21 -
YUV 152.78 49.68 175.23 -
System Red Green Blue C M Y K H S L
Decimal 219 146 14 0 0.33 0.94 0.14 38.63 0.88 0.46
Hex DB 92 E 0 21 5E E 27 58 2E
Octal 333 222 16 0 41 136 16 47 130 56
Binary 11011011 10010010 1110 0 100001 1011110 1110 100111 1011000 101110

Color Harmonies of #DB920E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB920E

Black with #DB920E

Text Example


Text Example

White with #DB920E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB920E; }

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

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

background-color css

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

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

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

border-color css

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

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

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