Html Css Color HEX #DD610E Chocolate

📋 copy color: '#DD610E'

red 221 ◦ green 97 ◦ blue 14

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

Shades of Chocolate #DD610E

Tints of Chocolate #DD610E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.22%

 BLUE value IS 14 (5.86% from 255) = 4.22%

R = 66.57%
G = 29.22%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD610E (or 0xDD610E) is known color: Chocolate. HEX triplet: DD, 61 and 0E. RGB value is (221,97,14). Sum of RGB (Red+Green+Blue) = 221+97+14=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD610E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD610E is #229EF1. Grayscale: #7D7D7D. Windows color (decimal): -2268914 or 942557. OLE color: 942557.

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

Color convert

RGB 221 97 14 -
CMYK 0 0.56 0.94 0.13
HSL 24.06º 0.88% 0.46% -
HSV(B) 24.06º 0.94% 0.87% -
XYZ 34.17 23.95 3.24 -
YUV 124.61 65.58 196.75 -
System Red Green Blue C M Y K H S L
Decimal 221 97 14 0 0.56 0.94 0.13 24.06 0.88 0.46
Hex DD 61 E 0 38 5E D 18 58 2E
Octal 335 141 16 0 70 136 15 30 130 56
Binary 11011101 1100001 1110 0 111000 1011110 1101 11000 1011000 101110

Color Harmonies of #DD610E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD610E

Black with #DD610E

Text Example


Text Example

White with #DD610E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD610E; }

 p { color: rgb(221,97,14); }

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

background-color css

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

 a { background-color: rgb(221,97,14); }

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

border-color css

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

 span { border-color: rgb(221,97,14); }

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