Html Css Color HEX #DF940F Gamboge

📋 copy color: '#DF940F'

red 223 ◦ green 148 ◦ blue 15

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

Shades of Gamboge #DF940F

Tints of Gamboge #DF940F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.89%

R = 57.77%
G = 38.34%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF940F (or 0xDF940F) is known color: Gamboge. HEX triplet: DF, 94 and 0F. RGB value is (223,148,15). Sum of RGB (Red+Green+Blue) = 223+148+15=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 15 (6.25% from 255 or 3.89% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF940F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF940F is #206BF0. Grayscale: #9B9B9B. Windows color (decimal): -2124785 or 1021151. OLE color: 1021151.

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

Color convert

RGB 223 148 15 -
CMYK 0 0.34 0.93 0.13
HSL 38.37º 0.87% 0.47% -
HSV(B) 38.37º 0.93% 0.87% -
XYZ 41.11 36.9 5.41 -
YUV 155.26 48.85 176.31 -
System Red Green Blue C M Y K H S L
Decimal 223 148 15 0 0.34 0.93 0.13 38.37 0.87 0.47
Hex DF 94 F 0 22 5D D 26 57 2F
Octal 337 224 17 0 42 135 15 46 127 57
Binary 11011111 10010100 1111 0 100010 1011101 1101 100110 1010111 101111

Color Harmonies of #DF940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF940F

Black with #DF940F

Text Example


Text Example

White with #DF940F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF940F; }

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

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

background-color css

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

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

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

border-color css

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

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

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