Html Css Color HEX #DF9100 Gamboge

📋 copy color: '#DF9100'

red 223 ◦ green 145 ◦ blue 0

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

Shades of Gamboge #DF9100

Tints of Gamboge #DF9100

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.4%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.6%
G = 39.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DF9100 (or 0xDF9100) is known color: Gamboge. HEX triplet: DF, 91 and 00. RGB value is (223,145,0). Sum of RGB (Red+Green+Blue) = 223+145+0=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9100 is #206EFF. Grayscale: #989898. Windows color (decimal): -2125568 or 37343. OLE color: 37343.

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

Color convert

RGB 223 145 0 -
CMYK 0 0.35 1 0.13
HSL 39.01º 1% 0.44% -
HSV(B) 39.01º 1% 0.87% -
XYZ 40.56 35.94 4.8 -
YUV 151.79 42.34 178.79 -
System Red Green Blue C M Y K H S L
Decimal 223 145 0 0 0.35 1 0.13 39.01 1 0.44
Hex DF 91 0 0 23 64 D 27 64 2C
Octal 337 221 0 0 43 144 15 47 144 54
Binary 11011111 10010001 0 0 100011 1100100 1101 100111 1100100 101100

Color Harmonies of #DF9100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9100

Black with #DF9100

Text Example


Text Example

White with #DF9100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9100; }

 p { color: rgb(223,145,0); }

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

background-color css

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

 a { background-color: rgb(223,145,0); }

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

border-color css

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

 span { border-color: rgb(223,145,0); }

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