Html Css Color HEX #DD5D1A Chocolate

📋 copy color: '#DD5D1A'

red 221 ◦ green 93 ◦ blue 26

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

Shades of Chocolate #DD5D1A

Tints of Chocolate #DD5D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.65%

R = 65%
G = 27.35%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD5D1A (or 0xDD5D1A) is known color: Chocolate. HEX triplet: DD, 5D and 1A. RGB value is (221,93,26). Sum of RGB (Red+Green+Blue) = 221+93+26=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 26 (10.55% from 255 or 7.65% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5D1A is #22A2E5. Grayscale: #7C7C7C. Windows color (decimal): -2269926 or 1727965. OLE color: 1727965.

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

Color convert

RGB 221 93 26 -
CMYK 0 0.58 0.88 0.13
HSL 20.62º 0.79% 0.48% -
HSV(B) 20.62º 0.88% 0.87% -
XYZ 33.92 23.28 3.68 -
YUV 123.63 72.91 197.45 -
System Red Green Blue C M Y K H S L
Decimal 221 93 26 0 0.58 0.88 0.13 20.62 0.79 0.48
Hex DD 5D 1A 0 3A 58 D 15 4F 30
Octal 335 135 32 0 72 130 15 25 117 60
Binary 11011101 1011101 11010 0 111010 1011000 1101 10101 1001111 110000

Color Harmonies of #DD5D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5D1A

Black with #DD5D1A

Text Example


Text Example

White with #DD5D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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