Html Css Color HEX #DD7414 Chocolate

📋 copy color: '#DD7414'

red 221 ◦ green 116 ◦ blue 20

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

Shades of Chocolate #DD7414

Tints of Chocolate #DD7414

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.49%

 BLUE value IS 20 (8.2% from 255) = 5.6%

R = 61.9%
G = 32.49%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD7414 (or 0xDD7414) is known color: Chocolate. HEX triplet: DD, 74 and 14. RGB value is (221,116,20). Sum of RGB (Red+Green+Blue) = 221+116+20=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7414 is #228BEB. Grayscale: #888888. Windows color (decimal): -2264044 or 1340637. OLE color: 1340637.

HSL color Cylindrical-coordinate representation of color #DD7414: hue angle of 28.66º degrees, saturation: 0.83, 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 #DD7414 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 116 20 -
CMYK 0 0.48 0.91 0.13
HSL 28.66º 0.83% 0.47% -
HSV(B) 28.66º 0.91% 0.87% -
XYZ 36.19 27.91 4.14 -
YUV 136.45 62.29 188.31 -
System Red Green Blue C M Y K H S L
Decimal 221 116 20 0 0.48 0.91 0.13 28.66 0.83 0.47
Hex DD 74 14 0 30 5B D 1D 53 2F
Octal 335 164 24 0 60 133 15 35 123 57
Binary 11011101 1110100 10100 0 110000 1011011 1101 11101 1010011 101111

Color Harmonies of #DD7414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7414

Black with #DD7414

Text Example


Text Example

White with #DD7414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7414; }

 p { color: rgb(221,116,20); }

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

background-color css

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

 a { background-color: rgb(221,116,20); }

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

border-color css

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

 span { border-color: rgb(221,116,20); }

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