Html Css Color HEX #DF8913 Gamboge

📋 copy color: '#DF8913'

red 223 ◦ green 137 ◦ blue 19

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

Shades of Gamboge #DF8913

Tints of Gamboge #DF8913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.01%

R = 58.84%
G = 36.15%
B = 5.01%

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

#DF8913 (or 0xDF8913) is known color: Gamboge. HEX triplet: DF, 89 and 13. RGB value is (223,137,19). Sum of RGB (Red+Green+Blue) = 223+137+19=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 19 (7.81% from 255 or 5.01% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8913 is #2076EC. Grayscale: #959595. Windows color (decimal): -2127597 or 1280479. OLE color: 1280479.

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

Color convert

RGB 223 137 19 -
CMYK 0 0.39 0.91 0.13
HSL 34.71º 0.84% 0.47% -
HSV(B) 34.71º 0.91% 0.87% -
XYZ 39.49 33.63 5.03 -
YUV 149.26 54.49 180.59 -
System Red Green Blue C M Y K H S L
Decimal 223 137 19 0 0.39 0.91 0.13 34.71 0.84 0.47
Hex DF 89 13 0 27 5B D 23 54 2F
Octal 337 211 23 0 47 133 15 43 124 57
Binary 11011111 10001001 10011 0 100111 1011011 1101 100011 1010100 101111

Color Harmonies of #DF8913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8913

Black with #DF8913

Text Example


Text Example

White with #DF8913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8913; }

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

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

background-color css

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

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

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

border-color css

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

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

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