Html Css Color HEX #DF9918 Gamboge

📋 copy color: '#DF9918'

red 223 ◦ green 153 ◦ blue 24

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

Shades of Gamboge #DF9918

Tints of Gamboge #DF9918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6%

R = 55.75%
G = 38.25%
B = 6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF9918 (or 0xDF9918) is known color: Gamboge. HEX triplet: DF, 99 and 18. RGB value is (223,153,24). Sum of RGB (Red+Green+Blue) = 223+153+24=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 24 (9.77% from 255 or 6% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9918 is #2066E7. Grayscale: #9F9F9F. Windows color (decimal): -2123496 or 1612255. OLE color: 1612255.

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

Color convert

RGB 223 153 24 -
CMYK 0 0.31 0.89 0.13
HSL 38.89º 0.81% 0.48% -
HSV(B) 38.89º 0.89% 0.87% -
XYZ 41.99 38.54 6.09 -
YUV 159.22 51.69 173.49 -
System Red Green Blue C M Y K H S L
Decimal 223 153 24 0 0.31 0.89 0.13 38.89 0.81 0.48
Hex DF 99 18 0 1F 59 D 27 51 30
Octal 337 231 30 0 37 131 15 47 121 60
Binary 11011111 10011001 11000 0 11111 1011001 1101 100111 1010001 110000

Color Harmonies of #DF9918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9918

Black with #DF9918

Text Example


Text Example

White with #DF9918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9918; }

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

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

background-color css

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

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

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

border-color css

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

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

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