Html Css Color HEX #DF9210 Gamboge

📋 copy color: '#DF9210'

red 223 ◦ green 146 ◦ blue 16

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

Shades of Gamboge #DF9210

Tints of Gamboge #DF9210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.16%

R = 57.92%
G = 37.92%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF9210 (or 0xDF9210) is known color: Gamboge. HEX triplet: DF, 92 and 10. RGB value is (223,146,16). Sum of RGB (Red+Green+Blue) = 223+146+16=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9210 is #206DEF. Grayscale: #9A9A9A. Windows color (decimal): -2125296 or 1086175. OLE color: 1086175.

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

Color convert

RGB 223 146 16 -
CMYK 0 0.35 0.93 0.13
HSL 37.68º 0.87% 0.47% -
HSV(B) 37.68º 0.93% 0.87% -
XYZ 40.8 36.28 5.34 -
YUV 154.2 50.01 177.07 -
System Red Green Blue C M Y K H S L
Decimal 223 146 16 0 0.35 0.93 0.13 37.68 0.87 0.47
Hex DF 92 10 0 23 5D D 26 57 2F
Octal 337 222 20 0 43 135 15 46 127 57
Binary 11011111 10010010 10000 0 100011 1011101 1101 100110 1010111 101111

Color Harmonies of #DF9210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9210

Black with #DF9210

Text Example


Text Example

White with #DF9210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9210; }

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

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

background-color css

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

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

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

border-color css

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

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

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