Html Css Color HEX #DF9A16 Gamboge

📋 copy color: '#DF9A16'

red 223 ◦ green 154 ◦ blue 22

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

Shades of Gamboge #DF9A16

Tints of Gamboge #DF9A16

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.6%

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

R = 55.89%
G = 38.6%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF9A16 (or 0xDF9A16) is known color: Gamboge. HEX triplet: DF, 9A and 16. RGB value is (223,154,22). Sum of RGB (Red+Green+Blue) = 223+154+22=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 22 (8.98% from 255 or 5.51% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9A16 is #2065E9. Grayscale: #A0A0A0. Windows color (decimal): -2123242 or 1481439. OLE color: 1481439.

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

Color convert

RGB 223 154 22 -
CMYK 0 0.31 0.90 0.13
HSL 39.4º 0.82% 0.48% -
HSV(B) 39.4º 0.9% 0.87% -
XYZ 42.13 38.86 6.04 -
YUV 159.58 50.36 173.23 -
System Red Green Blue C M Y K H S L
Decimal 223 154 22 0 0.31 0.90 0.13 39.4 0.82 0.48
Hex DF 9A 16 0 1F 5A D 27 52 30
Octal 337 232 26 0 37 132 15 47 122 60
Binary 11011111 10011010 10110 0 11111 1011010 1101 100111 1010010 110000

Color Harmonies of #DF9A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9A16

Black with #DF9A16

Text Example


Text Example

White with #DF9A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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