Html Css Color HEX #DF940E Gamboge

📋 copy color: '#DF940E'

red 223 ◦ green 148 ◦ blue 14

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

Shades of Gamboge #DF940E

Tints of Gamboge #DF940E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.44%

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

R = 57.92%
G = 38.44%
B = 3.64%

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

#DF940E (or 0xDF940E) is known color: Gamboge. HEX triplet: DF, 94 and 0E. RGB value is (223,148,14). Sum of RGB (Red+Green+Blue) = 223+148+14=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 14 (5.86% from 255 or 3.64% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF940E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF940E is #206BF1. Grayscale: #9B9B9B. Windows color (decimal): -2124786 or 955615. OLE color: 955615.

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

Color convert

RGB 223 148 14 -
CMYK 0 0.34 0.94 0.13
HSL 38.47º 0.88% 0.46% -
HSV(B) 38.47º 0.94% 0.87% -
XYZ 41.1 36.9 5.37 -
YUV 155.15 48.35 176.4 -
System Red Green Blue C M Y K H S L
Decimal 223 148 14 0 0.34 0.94 0.13 38.47 0.88 0.46
Hex DF 94 E 0 22 5E D 26 58 2E
Octal 337 224 16 0 42 136 15 46 130 56
Binary 11011111 10010100 1110 0 100010 1011110 1101 100110 1011000 101110

Color Harmonies of #DF940E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF940E

Black with #DF940E

Text Example


Text Example

White with #DF940E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF940E; }

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

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

background-color css

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

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

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

border-color css

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

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

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