Html Css Color HEX #DF9D18 Gamboge

📋 copy color: '#DF9D18'

red 223 ◦ green 157 ◦ blue 24

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

Shades of Gamboge #DF9D18

Tints of Gamboge #DF9D18

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.86%

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

R = 55.2%
G = 38.86%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF9D18 (or 0xDF9D18) is known color: Gamboge. HEX triplet: DF, 9D and 18. RGB value is (223,157,24). Sum of RGB (Red+Green+Blue) = 223+157+24=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 24 (9.77% from 255 or 5.94% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9D18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9D18 is #2062E7. Grayscale: #A2A2A2. Windows color (decimal): -2122472 or 1613279. OLE color: 1613279.

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

Color convert

RGB 223 157 24 -
CMYK 0 0.30 0.89 0.13
HSL 40.1º 0.81% 0.48% -
HSV(B) 40.1º 0.89% 0.87% -
XYZ 42.65 39.87 6.31 -
YUV 161.57 50.37 171.81 -
System Red Green Blue C M Y K H S L
Decimal 223 157 24 0 0.30 0.89 0.13 40.1 0.81 0.48
Hex DF 9D 18 0 1E 59 D 28 51 30
Octal 337 235 30 0 36 131 15 50 121 60
Binary 11011111 10011101 11000 0 11110 1011001 1101 101000 1010001 110000

Color Harmonies of #DF9D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9D18

Black with #DF9D18

Text Example


Text Example

White with #DF9D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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