Html Css Color HEX #DD5814 Chocolate

📋 copy color: '#DD5814'

red 221 ◦ green 88 ◦ blue 20

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

Shades of Chocolate #DD5814

Tints of Chocolate #DD5814

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.75%

 BLUE value IS 20 (8.2% from 255) = 6.08%

R = 67.17%
G = 26.75%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD5814 (or 0xDD5814) is known color: Chocolate. HEX triplet: DD, 58 and 14. RGB value is (221,88,20). Sum of RGB (Red+Green+Blue) = 221+88+20=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5814 is #22A7EB. Grayscale: #787878. Windows color (decimal): -2271212 or 1333469. OLE color: 1333469.

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

Color convert

RGB 221 88 20 -
CMYK 0 0.60 0.91 0.13
HSL 20.3º 0.83% 0.47% -
HSV(B) 20.3º 0.91% 0.87% -
XYZ 33.43 22.4 3.22 -
YUV 120.02 71.56 200.03 -
System Red Green Blue C M Y K H S L
Decimal 221 88 20 0 0.60 0.91 0.13 20.3 0.83 0.47
Hex DD 58 14 0 3C 5B D 14 53 2F
Octal 335 130 24 0 74 133 15 24 123 57
Binary 11011101 1011000 10100 0 111100 1011011 1101 10100 1010011 101111

Color Harmonies of #DD5814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5814

Black with #DD5814

Text Example


Text Example

White with #DD5814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5814; }

 p { color: rgb(221,88,20); }

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

background-color css

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

 a { background-color: rgb(221,88,20); }

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

border-color css

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

 span { border-color: rgb(221,88,20); }

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