Html Css Color HEX #DF9218 Gamboge

📋 copy color: '#DF9218'

red 223 ◦ green 146 ◦ blue 24

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

Shades of Gamboge #DF9218

Tints of Gamboge #DF9218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.11%

R = 56.74%
G = 37.15%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF9218 (or 0xDF9218) is known color: Gamboge. HEX triplet: DF, 92 and 18. RGB value is (223,146,24). Sum of RGB (Red+Green+Blue) = 223+146+24=393 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.74% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 24 (9.77% from 255 or 6.11% from 393); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9218 is #206DE7. Grayscale: #9B9B9B. Windows color (decimal): -2125288 or 1610463. OLE color: 1610463.

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

Color convert

RGB 223 146 24 -
CMYK 0 0.35 0.89 0.13
HSL 36.78º 0.81% 0.48% -
HSV(B) 36.78º 0.89% 0.87% -
XYZ 40.88 36.31 5.72 -
YUV 155.12 54.01 176.42 -
System Red Green Blue C M Y K H S L
Decimal 223 146 24 0 0.35 0.89 0.13 36.78 0.81 0.48
Hex DF 92 18 0 23 59 D 25 51 30
Octal 337 222 30 0 43 131 15 45 121 60
Binary 11011111 10010010 11000 0 100011 1011001 1101 100101 1010001 110000

Color Harmonies of #DF9218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9218

Black with #DF9218

Text Example


Text Example

White with #DF9218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9218; }

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

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

background-color css

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

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

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

border-color css

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

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

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