Html Css Color HEX #DD5B3E Dark Coral

📋 copy color: '#DD5B3E'

red 221 ◦ green 91 ◦ blue 62

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

Shades of Dark Coral #DD5B3E

Tints of Dark Coral #DD5B3E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.33%

 BLUE value IS 62 (24.61% from 255) = 16.58%

R = 59.09%
G = 24.33%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD5B3E (or 0xDD5B3E) is known color: Dark Coral. HEX triplet: DD, 5B and 3E. RGB value is (221,91,62). Sum of RGB (Red+Green+Blue) = 221+91+62=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 62 (24.61% from 255 or 16.58% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5B3E is #22A4C1. Grayscale: #7E7E7E. Windows color (decimal): -2270402 or 4086749. OLE color: 4086749.

HSL color Cylindrical-coordinate representation of color #DD5B3E: hue angle of 10.94º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD5B3E is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 91 62 -
CMYK 0 0.59 0.72 0.13
HSL 10.94º 0.7% 0.55% -
HSV(B) 10.94º 0.72% 0.87% -
XYZ 34.43 23.2 7.22 -
YUV 126.56 91.57 195.36 -
System Red Green Blue C M Y K H S L
Decimal 221 91 62 0 0.59 0.72 0.13 10.94 0.7 0.55
Hex DD 5B 3E 0 3B 48 D B 46 37
Octal 335 133 76 0 73 110 15 13 106 67
Binary 11011101 1011011 111110 0 111011 1001000 1101 1011 1000110 110111

Color Harmonies of #DD5B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5B3E

Black with #DD5B3E

Text Example


Text Example

White with #DD5B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5B3E; }

 p { color: rgb(221,91,62); }

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

background-color css

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

 a { background-color: rgb(221,91,62); }

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

border-color css

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

 span { border-color: rgb(221,91,62); }

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