Html Css Color HEX #DF701A Chocolate

📋 copy color: '#DF701A'

red 223 ◦ green 112 ◦ blue 26

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

Shades of Chocolate #DF701A

Tints of Chocolate #DF701A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.02%

 BLUE value IS 26 (10.55% from 255) = 7.2%

R = 61.77%
G = 31.02%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF701A (or 0xDF701A) is known color: Chocolate. HEX triplet: DF, 70 and 1A. RGB value is (223,112,26). Sum of RGB (Red+Green+Blue) = 223+112+26=361 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.77% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 223 - color contains mainly: red. Hex color #DF701A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF701A is #208FE5. Grayscale: #878787. Windows color (decimal): -2133990 or 1732831. OLE color: 1732831.

HSL color Cylindrical-coordinate representation of color #DF701A: hue angle of 26.19º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF701A is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 112 26 -
CMYK 0 0.50 0.88 0.13
HSL 26.19º 0.79% 0.49% -
HSV(B) 26.19º 0.88% 0.87% -
XYZ 36.41 27.35 4.34 -
YUV 135.39 66.27 190.49 -
System Red Green Blue C M Y K H S L
Decimal 223 112 26 0 0.50 0.88 0.13 26.19 0.79 0.49
Hex DF 70 1A 0 32 58 D 1A 4F 31
Octal 337 160 32 0 62 130 15 32 117 61
Binary 11011111 1110000 11010 0 110010 1011000 1101 11010 1001111 110001

Color Harmonies of #DF701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF701A

Black with #DF701A

Text Example


Text Example

White with #DF701A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF701A; }

 p { color: rgb(223,112,26); }

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

background-color css

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

 a { background-color: rgb(223,112,26); }

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

border-color css

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

 span { border-color: rgb(223,112,26); }

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