Html Css Color HEX #DD701C Chocolate

📋 copy color: '#DD701C'

red 221 ◦ green 112 ◦ blue 28

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

Shades of Chocolate #DD701C

Tints of Chocolate #DD701C

RGB

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

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

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

R = 61.22%
G = 31.02%
B = 7.76%

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

#DD701C (or 0xDD701C) is known color: Chocolate. HEX triplet: DD, 70 and 1C. RGB value is (221,112,28). Sum of RGB (Red+Green+Blue) = 221+112+28=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 28 (11.33% from 255 or 7.76% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD701C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD701C is #228FE3. Grayscale: #878787. Windows color (decimal): -2265060 or 1863901. OLE color: 1863901.

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

Color convert

RGB 221 112 28 -
CMYK 0 0.49 0.87 0.13
HSL 26.11º 0.78% 0.49% -
HSV(B) 26.11º 0.87% 0.87% -
XYZ 35.82 27.04 4.43 -
YUV 135.02 67.61 189.33 -
System Red Green Blue C M Y K H S L
Decimal 221 112 28 0 0.49 0.87 0.13 26.11 0.78 0.49
Hex DD 70 1C 0 31 57 D 1A 4E 31
Octal 335 160 34 0 61 127 15 32 116 61
Binary 11011101 1110000 11100 0 110001 1010111 1101 11010 1001110 110001

Color Harmonies of #DD701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD701C

Black with #DD701C

Text Example


Text Example

White with #DD701C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD701C; }

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

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

background-color css

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

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

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

border-color css

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

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

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