Html Css Color HEX #DF9213 Gamboge

📋 copy color: '#DF9213'

red 223 ◦ green 146 ◦ blue 19

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

Shades of Gamboge #DF9213

Tints of Gamboge #DF9213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.9%

R = 57.47%
G = 37.63%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF9213 (or 0xDF9213) is known color: Gamboge. HEX triplet: DF, 92 and 13. RGB value is (223,146,19). Sum of RGB (Red+Green+Blue) = 223+146+19=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 19 (7.81% from 255 or 4.90% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9213 is #206DEC. Grayscale: #9B9B9B. Windows color (decimal): -2125293 or 1282783. OLE color: 1282783.

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

Color convert

RGB 223 146 19 -
CMYK 0 0.35 0.91 0.13
HSL 37.35º 0.84% 0.47% -
HSV(B) 37.35º 0.91% 0.87% -
XYZ 40.83 36.29 5.47 -
YUV 154.55 51.51 176.83 -
System Red Green Blue C M Y K H S L
Decimal 223 146 19 0 0.35 0.91 0.13 37.35 0.84 0.47
Hex DF 92 13 0 23 5B D 25 54 2F
Octal 337 222 23 0 43 133 15 45 124 57
Binary 11011111 10010010 10011 0 100011 1011011 1101 100101 1010100 101111

Color Harmonies of #DF9213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9213

Black with #DF9213

Text Example


Text Example

White with #DF9213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9213; }

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

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

background-color css

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

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

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

border-color css

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

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

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