Html Css Color HEX #DF980C Gamboge

📋 copy color: '#DF980C'

red 223 ◦ green 152 ◦ blue 12

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

Shades of Gamboge #DF980C

Tints of Gamboge #DF980C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.1%

R = 57.62%
G = 39.28%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF980C (or 0xDF980C) is known color: Gamboge. HEX triplet: DF, 98 and 0C. RGB value is (223,152,12). Sum of RGB (Red+Green+Blue) = 223+152+12=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 12 (5.08% from 255 or 3.10% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF980C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF980C is #2067F3. Grayscale: #9D9D9D. Windows color (decimal): -2123764 or 825567. OLE color: 825567.

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

Color convert

RGB 223 152 12 -
CMYK 0 0.32 0.95 0.13
HSL 39.81º 0.9% 0.46% -
HSV(B) 39.81º 0.95% 0.87% -
XYZ 41.73 38.17 5.52 -
YUV 157.27 46.02 174.88 -
System Red Green Blue C M Y K H S L
Decimal 223 152 12 0 0.32 0.95 0.13 39.81 0.9 0.46
Hex DF 98 C 0 20 5F D 28 5A 2E
Octal 337 230 14 0 40 137 15 50 132 56
Binary 11011111 10011000 1100 0 100000 1011111 1101 101000 1011010 101110

Color Harmonies of #DF980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF980C

Black with #DF980C

Text Example


Text Example

White with #DF980C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF980C; }

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

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

background-color css

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

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

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

border-color css

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

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

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