Html Css Color HEX #DF860D Gamboge

📋 copy color: '#DF860D'

red 223 ◦ green 134 ◦ blue 13

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

Shades of Gamboge #DF860D

Tints of Gamboge #DF860D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.22%

 BLUE value IS 13 (5.47% from 255) = 3.51%

R = 60.27%
G = 36.22%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF860D (or 0xDF860D) is known color: Gamboge. HEX triplet: DF, 86 and 0D. RGB value is (223,134,13). Sum of RGB (Red+Green+Blue) = 223+134+13=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 13 (5.47% from 255 or 3.51% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF860D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF860D is #2079F2. Grayscale: #939393. Windows color (decimal): -2128371 or 886495. OLE color: 886495.

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

Color convert

RGB 223 134 13 -
CMYK 0 0.40 0.94 0.13
HSL 34.57º 0.89% 0.46% -
HSV(B) 34.57º 0.94% 0.87% -
XYZ 39.03 32.77 4.65 -
YUV 146.82 52.49 182.34 -
System Red Green Blue C M Y K H S L
Decimal 223 134 13 0 0.40 0.94 0.13 34.57 0.89 0.46
Hex DF 86 D 0 28 5E D 23 59 2E
Octal 337 206 15 0 50 136 15 43 131 56
Binary 11011111 10000110 1101 0 101000 1011110 1101 100011 1011001 101110

Color Harmonies of #DF860D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF860D

Black with #DF860D

Text Example


Text Example

White with #DF860D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF860D; }

 p { color: rgb(223,134,13); }

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

background-color css

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

 a { background-color: rgb(223,134,13); }

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

border-color css

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

 span { border-color: rgb(223,134,13); }

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