Html Css Color HEX #DD711C Chocolate

📋 copy color: '#DD711C'

red 221 ◦ green 113 ◦ blue 28

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

Shades of Chocolate #DD711C

Tints of Chocolate #DD711C

RGB

 RED value IS 221 (86.72% from 255) = 61.05%

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

 BLUE value IS 28 (11.33% from 255) = 7.73%

R = 61.05%
G = 31.22%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD711C (or 0xDD711C) is known color: Chocolate. HEX triplet: DD, 71 and 1C. RGB value is (221,113,28). Sum of RGB (Red+Green+Blue) = 221+113+28=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD711C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD711C is #228EE3. Grayscale: #888888. Windows color (decimal): -2264804 or 1864157. OLE color: 1864157.

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

Color convert

RGB 221 113 28 -
CMYK 0 0.49 0.87 0.13
HSL 26.42º 0.78% 0.49% -
HSV(B) 26.42º 0.87% 0.87% -
XYZ 35.93 27.27 4.47 -
YUV 135.6 67.28 188.91 -
System Red Green Blue C M Y K H S L
Decimal 221 113 28 0 0.49 0.87 0.13 26.42 0.78 0.49
Hex DD 71 1C 0 31 57 D 1A 4E 31
Octal 335 161 34 0 61 127 15 32 116 61
Binary 11011101 1110001 11100 0 110001 1010111 1101 11010 1001110 110001

Color Harmonies of #DD711C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD711C

Black with #DD711C

Text Example


Text Example

White with #DD711C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD711C; }

 p { color: rgb(221,113,28); }

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

background-color css

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

 a { background-color: rgb(221,113,28); }

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

border-color css

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

 span { border-color: rgb(221,113,28); }

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