Html Css Color HEX #DD5A1D Chocolate

📋 copy color: '#DD5A1D'

red 221 ◦ green 90 ◦ blue 29

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

Shades of Chocolate #DD5A1D

Tints of Chocolate #DD5A1D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.47%

 BLUE value IS 29 (11.72% from 255) = 8.53%

R = 65%
G = 26.47%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD5A1D (or 0xDD5A1D) is known color: Chocolate. HEX triplet: DD, 5A and 1D. RGB value is (221,90,29). Sum of RGB (Red+Green+Blue) = 221+90+29=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 29 (11.72% from 255 or 8.53% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5A1D is #22A5E2. Grayscale: #7A7A7A. Windows color (decimal): -2270691 or 1923805. OLE color: 1923805.

HSL color Cylindrical-coordinate representation of color #DD5A1D: hue angle of 19.06º degrees, saturation: 0.77, 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 #DD5A1D is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 90 29 -
CMYK 0 0.59 0.87 0.13
HSL 19.06º 0.77% 0.49% -
HSV(B) 19.06º 0.87% 0.87% -
XYZ 33.7 22.77 3.78 -
YUV 122.22 75.4 198.46 -
System Red Green Blue C M Y K H S L
Decimal 221 90 29 0 0.59 0.87 0.13 19.06 0.77 0.49
Hex DD 5A 1D 0 3B 57 D 13 4D 31
Octal 335 132 35 0 73 127 15 23 115 61
Binary 11011101 1011010 11101 0 111011 1010111 1101 10011 1001101 110001

Color Harmonies of #DD5A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5A1D

Black with #DD5A1D

Text Example


Text Example

White with #DD5A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5A1D; }

 p { color: rgb(221,90,29); }

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

background-color css

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

 a { background-color: rgb(221,90,29); }

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

border-color css

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

 span { border-color: rgb(221,90,29); }

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