Html Css Color HEX #DF8D0F Gamboge

📋 copy color: '#DF8D0F'

red 223 ◦ green 141 ◦ blue 15

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

Shades of Gamboge #DF8D0F

Tints of Gamboge #DF8D0F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.2%

 BLUE value IS 15 (6.25% from 255) = 3.96%

R = 58.84%
G = 37.2%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF8D0F (or 0xDF8D0F) is known color: Gamboge. HEX triplet: DF, 8D and 0F. RGB value is (223,141,15). Sum of RGB (Red+Green+Blue) = 223+141+15=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 15 (6.25% from 255 or 3.96% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8D0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8D0F is #2072F0. Grayscale: #979797. Windows color (decimal): -2126577 or 1019359. OLE color: 1019359.

HSL color Cylindrical-coordinate representation of color #DF8D0F: hue angle of 36.35º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF8D0F is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 141 15 -
CMYK 0 0.37 0.93 0.13
HSL 36.35º 0.87% 0.47% -
HSV(B) 36.35º 0.93% 0.87% -
XYZ 40.04 34.77 5.05 -
YUV 151.15 51.17 179.25 -
System Red Green Blue C M Y K H S L
Decimal 223 141 15 0 0.37 0.93 0.13 36.35 0.87 0.47
Hex DF 8D F 0 25 5D D 24 57 2F
Octal 337 215 17 0 45 135 15 44 127 57
Binary 11011111 10001101 1111 0 100101 1011101 1101 100100 1010111 101111

Color Harmonies of #DF8D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8D0F

Black with #DF8D0F

Text Example


Text Example

White with #DF8D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8D0F; }

 p { color: rgb(223,141,15); }

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

background-color css

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

 a { background-color: rgb(223,141,15); }

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

border-color css

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

 span { border-color: rgb(223,141,15); }

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