Html Css Color HEX #DD6F10 Chocolate

📋 copy color: '#DD6F10'

red 221 ◦ green 111 ◦ blue 16

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

Shades of Chocolate #DD6F10

Tints of Chocolate #DD6F10

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.9%

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

R = 63.51%
G = 31.9%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD6F10 (or 0xDD6F10) is known color: Chocolate. HEX triplet: DD, 6F and 10. RGB value is (221,111,16). Sum of RGB (Red+Green+Blue) = 221+111+16=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 16 (6.64% from 255 or 4.60% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6F10 is #2290EF. Grayscale: #858585. Windows color (decimal): -2265328 or 1077213. OLE color: 1077213.

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

Color convert

RGB 221 111 16 -
CMYK 0 0.50 0.93 0.13
HSL 27.8º 0.86% 0.46% -
HSV(B) 27.8º 0.93% 0.87% -
XYZ 35.6 26.78 3.78 -
YUV 133.06 61.94 190.72 -
System Red Green Blue C M Y K H S L
Decimal 221 111 16 0 0.50 0.93 0.13 27.8 0.86 0.46
Hex DD 6F 10 0 32 5D D 1C 56 2E
Octal 335 157 20 0 62 135 15 34 126 56
Binary 11011101 1101111 10000 0 110010 1011101 1101 11100 1010110 101110

Color Harmonies of #DD6F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6F10

Black with #DD6F10

Text Example


Text Example

White with #DD6F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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