Html Css Color HEX #DD5E1B Chocolate

📋 copy color: '#DD5E1B'

red 221 ◦ green 94 ◦ blue 27

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

Shades of Chocolate #DD5E1B

Tints of Chocolate #DD5E1B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.49%

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

R = 64.62%
G = 27.49%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD5E1B (or 0xDD5E1B) is known color: Chocolate. HEX triplet: DD, 5E and 1B. RGB value is (221,94,27). Sum of RGB (Red+Green+Blue) = 221+94+27=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5E1B is #22A1E4. Grayscale: #7C7C7C. Windows color (decimal): -2269669 or 1793757. OLE color: 1793757.

HSL color Cylindrical-coordinate representation of color #DD5E1B: hue angle of 20.72º 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 #DD5E1B is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 94 27 -
CMYK 0 0.57 0.88 0.13
HSL 20.72º 0.78% 0.49% -
HSV(B) 20.72º 0.88% 0.87% -
XYZ 34.02 23.46 3.77 -
YUV 124.34 73.08 196.95 -
System Red Green Blue C M Y K H S L
Decimal 221 94 27 0 0.57 0.88 0.13 20.72 0.78 0.49
Hex DD 5E 1B 0 39 58 D 15 4E 31
Octal 335 136 33 0 71 130 15 25 116 61
Binary 11011101 1011110 11011 0 111001 1011000 1101 10101 1001110 110001

Color Harmonies of #DD5E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5E1B

Black with #DD5E1B

Text Example


Text Example

White with #DD5E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5E1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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