Html Css Color HEX #DF9211 Gamboge

📋 copy color: '#DF9211'

red 223 ◦ green 146 ◦ blue 17

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

Shades of Gamboge #DF9211

Tints of Gamboge #DF9211

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.82%

 BLUE value IS 17 (7.03% from 255) = 4.4%

R = 57.77%
G = 37.82%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF9211 (or 0xDF9211) is known color: Gamboge. HEX triplet: DF, 92 and 11. RGB value is (223,146,17). Sum of RGB (Red+Green+Blue) = 223+146+17=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 17 (7.03% from 255 or 4.40% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9211 is #206DEE. Grayscale: #9A9A9A. Windows color (decimal): -2125295 or 1151711. OLE color: 1151711.

HSL color Cylindrical-coordinate representation of color #DF9211: hue angle of 37.57º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF9211 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 146 17 -
CMYK 0 0.35 0.92 0.13
HSL 37.57º 0.86% 0.47% -
HSV(B) 37.57º 0.92% 0.87% -
XYZ 40.81 36.29 5.38 -
YUV 154.32 50.51 176.99 -
System Red Green Blue C M Y K H S L
Decimal 223 146 17 0 0.35 0.92 0.13 37.57 0.86 0.47
Hex DF 92 11 0 23 5C D 26 56 2F
Octal 337 222 21 0 43 134 15 46 126 57
Binary 11011111 10010010 10001 0 100011 1011100 1101 100110 1010110 101111

Color Harmonies of #DF9211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9211

Black with #DF9211

Text Example


Text Example

White with #DF9211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9211; }

 p { color: rgb(223,146,17); }

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

background-color css

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

 a { background-color: rgb(223,146,17); }

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

border-color css

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

 span { border-color: rgb(223,146,17); }

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