Html Css Color HEX #DF9416 Gamboge

📋 copy color: '#DF9416'

red 223 ◦ green 148 ◦ blue 22

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

Shades of Gamboge #DF9416

Tints of Gamboge #DF9416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.6%

R = 56.74%
G = 37.66%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF9416 (or 0xDF9416) is known color: Gamboge. HEX triplet: DF, 94 and 16. RGB value is (223,148,22). Sum of RGB (Red+Green+Blue) = 223+148+22=393 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.74% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 22 (8.98% from 255 or 5.60% from 393); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9416 is #206BE9. Grayscale: #9C9C9C. Windows color (decimal): -2124778 or 1479903. OLE color: 1479903.

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

Color convert

RGB 223 148 22 -
CMYK 0 0.34 0.90 0.13
HSL 37.61º 0.82% 0.48% -
HSV(B) 37.61º 0.9% 0.87% -
XYZ 41.17 36.93 5.72 -
YUV 156.06 52.35 175.75 -
System Red Green Blue C M Y K H S L
Decimal 223 148 22 0 0.34 0.90 0.13 37.61 0.82 0.48
Hex DF 94 16 0 22 5A D 26 52 30
Octal 337 224 26 0 42 132 15 46 122 60
Binary 11011111 10010100 10110 0 100010 1011010 1101 100110 1010010 110000

Color Harmonies of #DF9416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9416

Black with #DF9416

Text Example


Text Example

White with #DF9416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9416; }

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

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

background-color css

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

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

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

border-color css

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

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

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