Html Css Color HEX #DF930E Gamboge

📋 copy color: '#DF930E'

red 223 ◦ green 147 ◦ blue 14

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

Shades of Gamboge #DF930E

Tints of Gamboge #DF930E

RGB

 RED value IS 223 (87.5% from 255) = 58.07%

 GREEN value IS 147 (57.81% from 255) = 38.28%

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

R = 58.07%
G = 38.28%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF930E (or 0xDF930E) is known color: Gamboge. HEX triplet: DF, 93 and 0E. RGB value is (223,147,14). Sum of RGB (Red+Green+Blue) = 223+147+14=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 14 (5.86% from 255 or 3.65% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF930E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF930E is #206CF1. Grayscale: #9B9B9B. Windows color (decimal): -2125042 or 955359. OLE color: 955359.

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

Color convert

RGB 223 147 14 -
CMYK 0 0.34 0.94 0.13
HSL 38.18º 0.88% 0.46% -
HSV(B) 38.18º 0.94% 0.87% -
XYZ 40.94 36.59 5.32 -
YUV 154.56 48.68 176.81 -
System Red Green Blue C M Y K H S L
Decimal 223 147 14 0 0.34 0.94 0.13 38.18 0.88 0.46
Hex DF 93 E 0 22 5E D 26 58 2E
Octal 337 223 16 0 42 136 15 46 130 56
Binary 11011111 10010011 1110 0 100010 1011110 1101 100110 1011000 101110

Color Harmonies of #DF930E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF930E

Black with #DF930E

Text Example


Text Example

White with #DF930E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF930E; }

 p { color: rgb(223,147,14); }

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

background-color css

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

 a { background-color: rgb(223,147,14); }

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

border-color css

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

 span { border-color: rgb(223,147,14); }

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