Html Css Color HEX #DD5E14 Chocolate

📋 copy color: '#DD5E14'

red 221 ◦ green 94 ◦ blue 20

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

Shades of Chocolate #DD5E14

Tints of Chocolate #DD5E14

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.06%

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

R = 65.97%
G = 28.06%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD5E14 (or 0xDD5E14) is known color: Chocolate. HEX triplet: DD, 5E and 14. RGB value is (221,94,20). Sum of RGB (Red+Green+Blue) = 221+94+20=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5E14 is #22A1EB. Grayscale: #7B7B7B. Windows color (decimal): -2269676 or 1335005. OLE color: 1335005.

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

Color convert

RGB 221 94 20 -
CMYK 0 0.57 0.91 0.13
HSL 22.09º 0.83% 0.47% -
HSV(B) 22.09º 0.91% 0.87% -
XYZ 33.95 23.43 3.39 -
YUV 123.54 69.58 197.52 -
System Red Green Blue C M Y K H S L
Decimal 221 94 20 0 0.57 0.91 0.13 22.09 0.83 0.47
Hex DD 5E 14 0 39 5B D 16 53 2F
Octal 335 136 24 0 71 133 15 26 123 57
Binary 11011101 1011110 10100 0 111001 1011011 1101 10110 1010011 101111

Color Harmonies of #DD5E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5E14

Black with #DD5E14

Text Example


Text Example

White with #DD5E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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