Html Css Color HEX #DF9C16 Gamboge

📋 copy color: '#DF9C16'

red 223 ◦ green 156 ◦ blue 22

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

Shades of Gamboge #DF9C16

Tints of Gamboge #DF9C16

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.9%

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

R = 55.61%
G = 38.9%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF9C16 (or 0xDF9C16) is known color: Gamboge. HEX triplet: DF, 9C and 16. RGB value is (223,156,22). Sum of RGB (Red+Green+Blue) = 223+156+22=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 22 (8.98% from 255 or 5.49% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9C16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9C16 is #2063E9. Grayscale: #A1A1A1. Windows color (decimal): -2122730 or 1481951. OLE color: 1481951.

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

Color convert

RGB 223 156 22 -
CMYK 0 0.30 0.90 0.13
HSL 40º 0.82% 0.48% -
HSV(B) 40º 0.9% 0.87% -
XYZ 42.46 39.52 6.15 -
YUV 160.76 49.7 172.4 -
System Red Green Blue C M Y K H S L
Decimal 223 156 22 0 0.30 0.90 0.13 40 0.82 0.48
Hex DF 9C 16 0 1E 5A D 28 52 30
Octal 337 234 26 0 36 132 15 50 122 60
Binary 11011111 10011100 10110 0 11110 1011010 1101 101000 1010010 110000

Color Harmonies of #DF9C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9C16

Black with #DF9C16

Text Example


Text Example

White with #DF9C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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