Html Css Color HEX #DF8914 Gamboge

📋 copy color: '#DF8914'

red 223 ◦ green 137 ◦ blue 20

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

Shades of Gamboge #DF8914

Tints of Gamboge #DF8914

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.05%

 BLUE value IS 20 (8.2% from 255) = 5.26%

R = 58.68%
G = 36.05%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF8914 (or 0xDF8914) is known color: Gamboge. HEX triplet: DF, 89 and 14. RGB value is (223,137,20). Sum of RGB (Red+Green+Blue) = 223+137+20=380 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.68% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8914 is #2076EB. Grayscale: #959595. Windows color (decimal): -2127596 or 1346015. OLE color: 1346015.

HSL color Cylindrical-coordinate representation of color #DF8914: hue angle of 34.58º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF8914 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 137 20 -
CMYK 0 0.39 0.91 0.13
HSL 34.58º 0.84% 0.48% -
HSV(B) 34.58º 0.91% 0.87% -
XYZ 39.5 33.63 5.07 -
YUV 149.38 54.99 180.51 -
System Red Green Blue C M Y K H S L
Decimal 223 137 20 0 0.39 0.91 0.13 34.58 0.84 0.48
Hex DF 89 14 0 27 5B D 23 54 30
Octal 337 211 24 0 47 133 15 43 124 60
Binary 11011111 10001001 10100 0 100111 1011011 1101 100011 1010100 110000

Color Harmonies of #DF8914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8914

Black with #DF8914

Text Example


Text Example

White with #DF8914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8914; }

 p { color: rgb(223,137,20); }

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

background-color css

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

 a { background-color: rgb(223,137,20); }

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

border-color css

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

 span { border-color: rgb(223,137,20); }

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