Html Css Color HEX #DD5D1B Chocolate

📋 copy color: '#DD5D1B'

red 221 ◦ green 93 ◦ blue 27

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

Shades of Chocolate #DD5D1B

Tints of Chocolate #DD5D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.92%

R = 64.81%
G = 27.27%
B = 7.92%

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

#DD5D1B (or 0xDD5D1B) is known color: Chocolate. HEX triplet: DD, 5D and 1B. RGB value is (221,93,27). Sum of RGB (Red+Green+Blue) = 221+93+27=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5D1B is #22A2E4. Grayscale: #7C7C7C. Windows color (decimal): -2269925 or 1793501. OLE color: 1793501.

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

Color convert

RGB 221 93 27 -
CMYK 0 0.58 0.88 0.13
HSL 20.41º 0.78% 0.49% -
HSV(B) 20.41º 0.88% 0.87% -
XYZ 33.93 23.28 3.74 -
YUV 123.75 73.41 197.37 -
System Red Green Blue C M Y K H S L
Decimal 221 93 27 0 0.58 0.88 0.13 20.41 0.78 0.49
Hex DD 5D 1B 0 3A 58 D 14 4E 31
Octal 335 135 33 0 72 130 15 24 116 61
Binary 11011101 1011101 11011 0 111010 1011000 1101 10100 1001110 110001

Color Harmonies of #DD5D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5D1B

Black with #DD5D1B

Text Example


Text Example

White with #DD5D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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