Html Css Color HEX #DF9212 Gamboge

📋 copy color: '#DF9212'

red 223 ◦ green 146 ◦ blue 18

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

Shades of Gamboge #DF9212

Tints of Gamboge #DF9212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.65%

R = 57.62%
G = 37.73%
B = 4.65%

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

#DF9212 (or 0xDF9212) is known color: Gamboge. HEX triplet: DF, 92 and 12. RGB value is (223,146,18). Sum of RGB (Red+Green+Blue) = 223+146+18=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 18 (7.42% from 255 or 4.65% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9212 is #206DED. Grayscale: #9B9B9B. Windows color (decimal): -2125294 or 1217247. OLE color: 1217247.

HSL color Cylindrical-coordinate representation of color #DF9212: hue angle of 37.46º degrees, saturation: 0.85, 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 #DF9212 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 146 18 -
CMYK 0 0.35 0.92 0.13
HSL 37.46º 0.85% 0.47% -
HSV(B) 37.46º 0.92% 0.87% -
XYZ 40.82 36.29 5.43 -
YUV 154.43 51.01 176.91 -
System Red Green Blue C M Y K H S L
Decimal 223 146 18 0 0.35 0.92 0.13 37.46 0.85 0.47
Hex DF 92 12 0 23 5C D 25 55 2F
Octal 337 222 22 0 43 134 15 45 125 57
Binary 11011111 10010010 10010 0 100011 1011100 1101 100101 1010101 101111

Color Harmonies of #DF9212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9212

Black with #DF9212

Text Example


Text Example

White with #DF9212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9212; }

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

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

background-color css

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

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

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

border-color css

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

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

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