Html Css Color HEX #DF9616 Gamboge

📋 copy color: '#DF9616'

red 223 ◦ green 150 ◦ blue 22

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

Shades of Gamboge #DF9616

Tints of Gamboge #DF9616

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.97%

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

R = 56.46%
G = 37.97%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF9616 (or 0xDF9616) is known color: Gamboge. HEX triplet: DF, 96 and 16. RGB value is (223,150,22). Sum of RGB (Red+Green+Blue) = 223+150+22=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 22 (8.98% from 255 or 5.57% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9616 is #2069E9. Grayscale: #9D9D9D. Windows color (decimal): -2124266 or 1480415. OLE color: 1480415.

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

Color convert

RGB 223 150 22 -
CMYK 0 0.33 0.90 0.13
HSL 38.21º 0.82% 0.48% -
HSV(B) 38.21º 0.9% 0.87% -
XYZ 41.48 37.56 5.82 -
YUV 157.24 51.68 174.91 -
System Red Green Blue C M Y K H S L
Decimal 223 150 22 0 0.33 0.90 0.13 38.21 0.82 0.48
Hex DF 96 16 0 21 5A D 26 52 30
Octal 337 226 26 0 41 132 15 46 122 60
Binary 11011111 10010110 10110 0 100001 1011010 1101 100110 1010010 110000

Color Harmonies of #DF9616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9616

Black with #DF9616

Text Example


Text Example

White with #DF9616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9616; }

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

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

background-color css

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

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

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

border-color css

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

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

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