Html Css Color HEX #DF711A Chocolate

📋 copy color: '#DF711A'

red 223 ◦ green 113 ◦ blue 26

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

Shades of Chocolate #DF711A

Tints of Chocolate #DF711A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.22%

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

R = 61.6%
G = 31.22%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF711A (or 0xDF711A) is known color: Chocolate. HEX triplet: DF, 71 and 1A. RGB value is (223,113,26). Sum of RGB (Red+Green+Blue) = 223+113+26=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 26 (10.55% from 255 or 7.18% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF711A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF711A is #208EE5. Grayscale: #888888. Windows color (decimal): -2133734 or 1733087. OLE color: 1733087.

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

Color convert

RGB 223 113 26 -
CMYK 0 0.49 0.88 0.13
HSL 26.5º 0.79% 0.49% -
HSV(B) 26.5º 0.88% 0.87% -
XYZ 36.52 27.57 4.37 -
YUV 135.97 65.94 190.07 -
System Red Green Blue C M Y K H S L
Decimal 223 113 26 0 0.49 0.88 0.13 26.5 0.79 0.49
Hex DF 71 1A 0 31 58 D 1A 4F 31
Octal 337 161 32 0 61 130 15 32 117 61
Binary 11011111 1110001 11010 0 110001 1011000 1101 11010 1001111 110001

Color Harmonies of #DF711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF711A

Black with #DF711A

Text Example


Text Example

White with #DF711A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF711A; }

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

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

background-color css

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

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

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

border-color css

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

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

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