Html Css Color HEX #DD6713 Chocolate

📋 copy color: '#DD6713'

red 221 ◦ green 103 ◦ blue 19

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

Shades of Chocolate #DD6713

Tints of Chocolate #DD6713

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.03%

 BLUE value IS 19 (7.81% from 255) = 5.54%

R = 64.43%
G = 30.03%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD6713 (or 0xDD6713) is known color: Chocolate. HEX triplet: DD, 67 and 13. RGB value is (221,103,19). Sum of RGB (Red+Green+Blue) = 221+103+19=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6713 is #2298EC. Grayscale: #818181. Windows color (decimal): -2267373 or 1271773. OLE color: 1271773.

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

Color convert

RGB 221 103 19 -
CMYK 0 0.53 0.91 0.13
HSL 24.95º 0.84% 0.47% -
HSV(B) 24.95º 0.91% 0.87% -
XYZ 34.79 25.12 3.63 -
YUV 128.71 66.09 193.83 -
System Red Green Blue C M Y K H S L
Decimal 221 103 19 0 0.53 0.91 0.13 24.95 0.84 0.47
Hex DD 67 13 0 35 5B D 19 54 2F
Octal 335 147 23 0 65 133 15 31 124 57
Binary 11011101 1100111 10011 0 110101 1011011 1101 11001 1010100 101111

Color Harmonies of #DD6713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6713

Black with #DD6713

Text Example


Text Example

White with #DD6713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6713; }

 p { color: rgb(221,103,19); }

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

background-color css

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

 a { background-color: rgb(221,103,19); }

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

border-color css

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

 span { border-color: rgb(221,103,19); }

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