Html Css Color HEX #DD6410 Chocolate

📋 copy color: '#DD6410'

red 221 ◦ green 100 ◦ blue 16

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

Shades of Chocolate #DD6410

Tints of Chocolate #DD6410

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.67%

 BLUE value IS 16 (6.64% from 255) = 4.75%

R = 65.58%
G = 29.67%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD6410 (or 0xDD6410) is known color: Chocolate. HEX triplet: DD, 64 and 10. RGB value is (221,100,16). Sum of RGB (Red+Green+Blue) = 221+100+16=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6410 is #229BEF. Grayscale: #7F7F7F. Windows color (decimal): -2268144 or 1074397. OLE color: 1074397.

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

Color convert

RGB 221 100 16 -
CMYK 0 0.55 0.93 0.13
HSL 24.59º 0.86% 0.46% -
HSV(B) 24.59º 0.93% 0.87% -
XYZ 34.47 24.52 3.41 -
YUV 126.6 65.59 195.33 -
System Red Green Blue C M Y K H S L
Decimal 221 100 16 0 0.55 0.93 0.13 24.59 0.86 0.46
Hex DD 64 10 0 37 5D D 19 56 2E
Octal 335 144 20 0 67 135 15 31 126 56
Binary 11011101 1100100 10000 0 110111 1011101 1101 11001 1010110 101110

Color Harmonies of #DD6410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6410

Black with #DD6410

Text Example


Text Example

White with #DD6410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6410; }

 p { color: rgb(221,100,16); }

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

background-color css

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

 a { background-color: rgb(221,100,16); }

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

border-color css

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

 span { border-color: rgb(221,100,16); }

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