Html Css Color HEX #DF9917 Gamboge

📋 copy color: '#DF9917'

red 223 ◦ green 153 ◦ blue 23

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

Shades of Gamboge #DF9917

Tints of Gamboge #DF9917

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.35%

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

R = 55.89%
G = 38.35%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF9917 (or 0xDF9917) is known color: Gamboge. HEX triplet: DF, 99 and 17. RGB value is (223,153,23). Sum of RGB (Red+Green+Blue) = 223+153+23=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 23 (9.38% from 255 or 5.76% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9917 is #2066E8. Grayscale: #9F9F9F. Windows color (decimal): -2123497 or 1546719. OLE color: 1546719.

HSL color Cylindrical-coordinate representation of color #DF9917: hue angle of 39º 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 #DF9917 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 153 23 -
CMYK 0 0.31 0.90 0.13
HSL 39º 0.81% 0.48% -
HSV(B) 39º 0.9% 0.87% -
XYZ 41.98 38.53 6.04 -
YUV 159.11 51.19 173.57 -
System Red Green Blue C M Y K H S L
Decimal 223 153 23 0 0.31 0.90 0.13 39 0.81 0.48
Hex DF 99 17 0 1F 5A D 27 51 30
Octal 337 231 27 0 37 132 15 47 121 60
Binary 11011111 10011001 10111 0 11111 1011010 1101 100111 1010001 110000

Color Harmonies of #DF9917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9917

Black with #DF9917

Text Example


Text Example

White with #DF9917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9917; }

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

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

background-color css

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

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

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

border-color css

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

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

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