Html Css Color HEX #DF950C Gamboge

📋 copy color: '#DF950C'

red 223 ◦ green 149 ◦ blue 12

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

Shades of Gamboge #DF950C

Tints of Gamboge #DF950C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.8%

 BLUE value IS 12 (5.08% from 255) = 3.13%

R = 58.07%
G = 38.8%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF950C (or 0xDF950C) is known color: Gamboge. HEX triplet: DF, 95 and 0C. RGB value is (223,149,12). Sum of RGB (Red+Green+Blue) = 223+149+12=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 12 (5.08% from 255 or 3.12% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF950C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF950C is #206AF3. Grayscale: #9C9C9C. Windows color (decimal): -2124532 or 824799. OLE color: 824799.

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

Color convert

RGB 223 149 12 -
CMYK 0 0.33 0.95 0.13
HSL 38.96º 0.9% 0.46% -
HSV(B) 38.96º 0.95% 0.87% -
XYZ 41.25 37.21 5.36 -
YUV 155.51 47.02 176.14 -
System Red Green Blue C M Y K H S L
Decimal 223 149 12 0 0.33 0.95 0.13 38.96 0.9 0.46
Hex DF 95 C 0 21 5F D 27 5A 2E
Octal 337 225 14 0 41 137 15 47 132 56
Binary 11011111 10010101 1100 0 100001 1011111 1101 100111 1011010 101110

Color Harmonies of #DF950C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF950C

Black with #DF950C

Text Example


Text Example

White with #DF950C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF950C; }

 p { color: rgb(223,149,12); }

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

background-color css

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

 a { background-color: rgb(223,149,12); }

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

border-color css

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

 span { border-color: rgb(223,149,12); }

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