Html Css Color HEX #DD6D1C Chocolate

📋 copy color: '#DD6D1C'

red 221 ◦ green 109 ◦ blue 28

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

Shades of Chocolate #DD6D1C

Tints of Chocolate #DD6D1C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.45%

 BLUE value IS 28 (11.33% from 255) = 7.82%

R = 61.73%
G = 30.45%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD6D1C (or 0xDD6D1C) is known color: Chocolate. HEX triplet: DD, 6D and 1C. RGB value is (221,109,28). Sum of RGB (Red+Green+Blue) = 221+109+28=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 28 (11.33% from 255 or 7.82% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6D1C is #2292E3. Grayscale: #858585. Windows color (decimal): -2265828 or 1863133. OLE color: 1863133.

HSL color Cylindrical-coordinate representation of color #DD6D1C: hue angle of 25.18º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD6D1C is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 109 28 -
CMYK 0 0.51 0.87 0.13
HSL 25.18º 0.78% 0.49% -
HSV(B) 25.18º 0.87% 0.87% -
XYZ 35.5 26.39 4.32 -
YUV 133.25 68.61 190.59 -
System Red Green Blue C M Y K H S L
Decimal 221 109 28 0 0.51 0.87 0.13 25.18 0.78 0.49
Hex DD 6D 1C 0 33 57 D 19 4E 31
Octal 335 155 34 0 63 127 15 31 116 61
Binary 11011101 1101101 11100 0 110011 1010111 1101 11001 1001110 110001

Color Harmonies of #DD6D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6D1C

Black with #DD6D1C

Text Example


Text Example

White with #DD6D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6D1C; }

 p { color: rgb(221,109,28); }

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

background-color css

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

 a { background-color: rgb(221,109,28); }

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

border-color css

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

 span { border-color: rgb(221,109,28); }

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