Html Css Color HEX #DF9816 Gamboge

📋 copy color: '#DF9816'

red 223 ◦ green 152 ◦ blue 22

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

Shades of Gamboge #DF9816

Tints of Gamboge #DF9816

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.29%

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

R = 56.17%
G = 38.29%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF9816 (or 0xDF9816) is known color: Gamboge. HEX triplet: DF, 98 and 16. RGB value is (223,152,22). Sum of RGB (Red+Green+Blue) = 223+152+22=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 22 (8.98% from 255 or 5.54% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9816 is #2067E9. Grayscale: #9E9E9E. Windows color (decimal): -2123754 or 1480927. OLE color: 1480927.

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

Color convert

RGB 223 152 22 -
CMYK 0 0.32 0.90 0.13
HSL 38.81º 0.82% 0.48% -
HSV(B) 38.81º 0.9% 0.87% -
XYZ 41.8 38.2 5.93 -
YUV 158.41 51.02 174.07 -
System Red Green Blue C M Y K H S L
Decimal 223 152 22 0 0.32 0.90 0.13 38.81 0.82 0.48
Hex DF 98 16 0 20 5A D 27 52 30
Octal 337 230 26 0 40 132 15 47 122 60
Binary 11011111 10011000 10110 0 100000 1011010 1101 100111 1010010 110000

Color Harmonies of #DF9816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9816

Black with #DF9816

Text Example


Text Example

White with #DF9816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9816; }

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

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

background-color css

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

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

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

border-color css

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

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

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