Html Css Color HEX #DF9818 Gamboge

📋 copy color: '#DF9818'

red 223 ◦ green 152 ◦ blue 24

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

Shades of Gamboge #DF9818

Tints of Gamboge #DF9818

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.1%

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

R = 55.89%
G = 38.1%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF9818 (or 0xDF9818) is known color: Gamboge. HEX triplet: DF, 98 and 18. RGB value is (223,152,24). Sum of RGB (Red+Green+Blue) = 223+152+24=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 24 (9.77% from 255 or 6.02% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9818 is #2067E7. Grayscale: #9F9F9F. Windows color (decimal): -2123752 or 1611999. OLE color: 1611999.

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

Color convert

RGB 223 152 24 -
CMYK 0 0.32 0.89 0.13
HSL 38.59º 0.81% 0.48% -
HSV(B) 38.59º 0.89% 0.87% -
XYZ 41.82 38.21 6.04 -
YUV 158.64 52.02 173.91 -
System Red Green Blue C M Y K H S L
Decimal 223 152 24 0 0.32 0.89 0.13 38.59 0.81 0.48
Hex DF 98 18 0 20 59 D 27 51 30
Octal 337 230 30 0 40 131 15 47 121 60
Binary 11011111 10011000 11000 0 100000 1011001 1101 100111 1010001 110000

Color Harmonies of #DF9818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9818

Black with #DF9818

Text Example


Text Example

White with #DF9818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9818; }

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

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

background-color css

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

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

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

border-color css

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

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

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