Html Css Color HEX #DF8C16 Gamboge

📋 copy color: '#DF8C16'

red 223 ◦ green 140 ◦ blue 22

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

Shades of Gamboge #DF8C16

Tints of Gamboge #DF8C16

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.36%

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

R = 57.92%
G = 36.36%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF8C16 (or 0xDF8C16) is known color: Gamboge. HEX triplet: DF, 8C and 16. RGB value is (223,140,22). Sum of RGB (Red+Green+Blue) = 223+140+22=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 22 (8.98% from 255 or 5.71% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8C16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8C16 is #2073E9. Grayscale: #979797. Windows color (decimal): -2126826 or 1477855. OLE color: 1477855.

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

Color convert

RGB 223 140 22 -
CMYK 0 0.37 0.90 0.13
HSL 35.22º 0.82% 0.48% -
HSV(B) 35.22º 0.9% 0.87% -
XYZ 39.95 34.5 5.31 -
YUV 151.37 55 179.09 -
System Red Green Blue C M Y K H S L
Decimal 223 140 22 0 0.37 0.90 0.13 35.22 0.82 0.48
Hex DF 8C 16 0 25 5A D 23 52 30
Octal 337 214 26 0 45 132 15 43 122 60
Binary 11011111 10001100 10110 0 100101 1011010 1101 100011 1010010 110000

Color Harmonies of #DF8C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8C16

Black with #DF8C16

Text Example


Text Example

White with #DF8C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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