Html Css Color HEX #DF960E Gamboge

📋 copy color: '#DF960E'

red 223 ◦ green 150 ◦ blue 14

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

Shades of Gamboge #DF960E

Tints of Gamboge #DF960E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.76%

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

R = 57.62%
G = 38.76%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF960E (or 0xDF960E) is known color: Gamboge. HEX triplet: DF, 96 and 0E. RGB value is (223,150,14). Sum of RGB (Red+Green+Blue) = 223+150+14=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 14 (5.86% from 255 or 3.62% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF960E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF960E is #2069F1. Grayscale: #9C9C9C. Windows color (decimal): -2124274 or 956127. OLE color: 956127.

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

Color convert

RGB 223 150 14 -
CMYK 0 0.33 0.94 0.13
HSL 39.04º 0.88% 0.46% -
HSV(B) 39.04º 0.94% 0.87% -
XYZ 41.42 37.53 5.48 -
YUV 156.32 47.68 175.56 -
System Red Green Blue C M Y K H S L
Decimal 223 150 14 0 0.33 0.94 0.13 39.04 0.88 0.46
Hex DF 96 E 0 21 5E D 27 58 2E
Octal 337 226 16 0 41 136 15 47 130 56
Binary 11011111 10010110 1110 0 100001 1011110 1101 100111 1011000 101110

Color Harmonies of #DF960E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF960E

Black with #DF960E

Text Example


Text Example

White with #DF960E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF960E; }

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

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

background-color css

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

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

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

border-color css

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

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

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