Html Css Color HEX #DD5D12 Chocolate

📋 copy color: '#DD5D12'

red 221 ◦ green 93 ◦ blue 18

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

Shades of Chocolate #DD5D12

Tints of Chocolate #DD5D12

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.01%

 BLUE value IS 18 (7.42% from 255) = 5.42%

R = 66.57%
G = 28.01%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD5D12 (or 0xDD5D12) is known color: Chocolate. HEX triplet: DD, 5D and 12. RGB value is (221,93,18). Sum of RGB (Red+Green+Blue) = 221+93+18=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5D12 is #22A2ED. Grayscale: #7B7B7B. Windows color (decimal): -2269934 or 1203677. OLE color: 1203677.

HSL color Cylindrical-coordinate representation of color #DD5D12: hue angle of 22.17º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD5D12 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 93 18 -
CMYK 0 0.58 0.92 0.13
HSL 22.17º 0.85% 0.47% -
HSV(B) 22.17º 0.92% 0.87% -
XYZ 33.84 23.24 3.28 -
YUV 122.72 68.91 198.1 -
System Red Green Blue C M Y K H S L
Decimal 221 93 18 0 0.58 0.92 0.13 22.17 0.85 0.47
Hex DD 5D 12 0 3A 5C D 16 55 2F
Octal 335 135 22 0 72 134 15 26 125 57
Binary 11011101 1011101 10010 0 111010 1011100 1101 10110 1010101 101111

Color Harmonies of #DD5D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5D12

Black with #DD5D12

Text Example


Text Example

White with #DD5D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5D12; }

 p { color: rgb(221,93,18); }

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

background-color css

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

 a { background-color: rgb(221,93,18); }

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

border-color css

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

 span { border-color: rgb(221,93,18); }

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