Html Css Color HEX #DD6C15 Chocolate

📋 copy color: '#DD6C15'

red 221 ◦ green 108 ◦ blue 21

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

Shades of Chocolate #DD6C15

Tints of Chocolate #DD6C15

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.86%

 BLUE value IS 21 (8.59% from 255) = 6%

R = 63.14%
G = 30.86%
B = 6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD6C15 (or 0xDD6C15) is known color: Chocolate. HEX triplet: DD, 6C and 15. RGB value is (221,108,21). Sum of RGB (Red+Green+Blue) = 221+108+21=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 21 (8.59% from 255 or 6% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6C15 is #2293EA. Grayscale: #848484. Windows color (decimal): -2266091 or 1404125. OLE color: 1404125.

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

Color convert

RGB 221 108 21 -
CMYK 0 0.51 0.90 0.13
HSL 26.1º 0.83% 0.47% -
HSV(B) 26.1º 0.9% 0.87% -
XYZ 35.32 26.15 3.9 -
YUV 131.87 65.44 191.57 -
System Red Green Blue C M Y K H S L
Decimal 221 108 21 0 0.51 0.90 0.13 26.1 0.83 0.47
Hex DD 6C 15 0 33 5A D 1A 53 2F
Octal 335 154 25 0 63 132 15 32 123 57
Binary 11011101 1101100 10101 0 110011 1011010 1101 11010 1010011 101111

Color Harmonies of #DD6C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6C15

Black with #DD6C15

Text Example


Text Example

White with #DD6C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6C15; }

 p { color: rgb(221,108,21); }

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

background-color css

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

 a { background-color: rgb(221,108,21); }

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

border-color css

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

 span { border-color: rgb(221,108,21); }

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