Html Css Color HEX #DF930F Gamboge

📋 copy color: '#DF930F'

red 223 ◦ green 147 ◦ blue 15

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

Shades of Gamboge #DF930F

Tints of Gamboge #DF930F

RGB

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

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

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

R = 57.92%
G = 38.18%
B = 3.9%

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

#DF930F (or 0xDF930F) is known color: Gamboge. HEX triplet: DF, 93 and 0F. RGB value is (223,147,15). Sum of RGB (Red+Green+Blue) = 223+147+15=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 15 (6.25% from 255 or 3.90% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF930F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF930F is #206CF0. Grayscale: #9B9B9B. Windows color (decimal): -2125041 or 1020895. OLE color: 1020895.

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

Color convert

RGB 223 147 15 -
CMYK 0 0.34 0.93 0.13
HSL 38.08º 0.87% 0.47% -
HSV(B) 38.08º 0.93% 0.87% -
XYZ 40.95 36.59 5.36 -
YUV 154.68 49.18 176.73 -
System Red Green Blue C M Y K H S L
Decimal 223 147 15 0 0.34 0.93 0.13 38.08 0.87 0.47
Hex DF 93 F 0 22 5D D 26 57 2F
Octal 337 223 17 0 42 135 15 46 127 57
Binary 11011111 10010011 1111 0 100010 1011101 1101 100110 1010111 101111

Color Harmonies of #DF930F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF930F

Black with #DF930F

Text Example


Text Example

White with #DF930F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF930F; }

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

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

background-color css

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

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

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

border-color css

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

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

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