Html Css Color HEX #DF9417 Gamboge

📋 copy color: '#DF9417'

red 223 ◦ green 148 ◦ blue 23

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

Shades of Gamboge #DF9417

Tints of Gamboge #DF9417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.84%

R = 56.6%
G = 37.56%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF9417 (or 0xDF9417) is known color: Gamboge. HEX triplet: DF, 94 and 17. RGB value is (223,148,23). Sum of RGB (Red+Green+Blue) = 223+148+23=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 23 (9.38% from 255 or 5.84% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9417 is #206BE8. Grayscale: #9C9C9C. Windows color (decimal): -2124777 or 1545439. OLE color: 1545439.

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

Color convert

RGB 223 148 23 -
CMYK 0 0.34 0.90 0.13
HSL 37.5º 0.81% 0.48% -
HSV(B) 37.5º 0.9% 0.87% -
XYZ 41.18 36.93 5.77 -
YUV 156.18 52.85 175.66 -
System Red Green Blue C M Y K H S L
Decimal 223 148 23 0 0.34 0.90 0.13 37.5 0.81 0.48
Hex DF 94 17 0 22 5A D 26 51 30
Octal 337 224 27 0 42 132 15 46 121 60
Binary 11011111 10010100 10111 0 100010 1011010 1101 100110 1010001 110000

Color Harmonies of #DF9417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9417

Black with #DF9417

Text Example


Text Example

White with #DF9417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9417; }

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

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

background-color css

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

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

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

border-color css

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

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

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