Html Css Color HEX #DF980E Gamboge

📋 copy color: '#DF980E'

red 223 ◦ green 152 ◦ blue 14

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

Shades of Gamboge #DF980E

Tints of Gamboge #DF980E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.6%

R = 57.33%
G = 39.07%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF980E (or 0xDF980E) is known color: Gamboge. HEX triplet: DF, 98 and 0E. RGB value is (223,152,14). Sum of RGB (Red+Green+Blue) = 223+152+14=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 14 (5.86% from 255 or 3.60% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF980E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF980E is #2067F1. Grayscale: #9E9E9E. Windows color (decimal): -2123762 or 956639. OLE color: 956639.

HSL color Cylindrical-coordinate representation of color #DF980E: hue angle of 39.62º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF980E is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 152 14 -
CMYK 0 0.32 0.94 0.13
HSL 39.62º 0.88% 0.46% -
HSV(B) 39.62º 0.94% 0.87% -
XYZ 41.74 38.18 5.58 -
YUV 157.5 47.02 174.72 -
System Red Green Blue C M Y K H S L
Decimal 223 152 14 0 0.32 0.94 0.13 39.62 0.88 0.46
Hex DF 98 E 0 20 5E D 28 58 2E
Octal 337 230 16 0 40 136 15 50 130 56
Binary 11011111 10011000 1110 0 100000 1011110 1101 101000 1011000 101110

Color Harmonies of #DF980E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF980E

Black with #DF980E

Text Example


Text Example

White with #DF980E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF980E; }

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

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

background-color css

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

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

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

border-color css

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

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

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