Html Css Color HEX #DF9401 Gamboge

📋 copy color: '#DF9401'

red 223 ◦ green 148 ◦ blue 1

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

Shades of Gamboge #DF9401

Tints of Gamboge #DF9401

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.78%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 59.95%
G = 39.78%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DF9401 (or 0xDF9401) is known color: Gamboge. HEX triplet: DF, 94 and 01. RGB value is (223,148,1). Sum of RGB (Red+Green+Blue) = 223+148+1=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 1 (0.78% from 255 or 0.27% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9401 is #206BFE. Grayscale: #9A9A9A. Windows color (decimal): -2124799 or 103647. OLE color: 103647.

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

Color convert

RGB 223 148 1 -
CMYK 0 0.34 1.00 0.13
HSL 39.73º 0.99% 0.44% -
HSV(B) 39.73º 1% 0.87% -
XYZ 41.03 36.87 4.98 -
YUV 153.67 41.85 177.45 -
System Red Green Blue C M Y K H S L
Decimal 223 148 1 0 0.34 1.00 0.13 39.73 0.99 0.44
Hex DF 94 1 0 22 64 D 28 63 2C
Octal 337 224 1 0 42 144 15 50 143 54
Binary 11011111 10010100 1 0 100010 1100100 1101 101000 1100011 101100

Color Harmonies of #DF9401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9401

Black with #DF9401

Text Example


Text Example

White with #DF9401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9401; }

 p { color: rgb(223,148,1); }

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

background-color css

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

 a { background-color: rgb(223,148,1); }

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

border-color css

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

 span { border-color: rgb(223,148,1); }

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