Html Css Color HEX #D56542 Dark Coral

📋 copy color: '#D56542'

red 213 ◦ green 101 ◦ blue 66

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

Shades of Dark Coral #D56542

Tints of Dark Coral #D56542

RGB

 RED value IS 213 (83.59% from 255) = 56.05%

 GREEN value IS 101 (39.84% from 255) = 26.58%

 BLUE value IS 66 (26.17% from 255) = 17.37%

R = 56.05%
G = 26.58%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D56542 (or 0xD56542) is known color: Dark Coral. HEX triplet: D5, 65 and 42. RGB value is (213,101,66). Sum of RGB (Red+Green+Blue) = 213+101+66=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 66 (26.17% from 255 or 17.37% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D56542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56542 is #2A9ABD. Grayscale: #828282. Windows color (decimal): -2792126 or 4351445. OLE color: 4351445.

HSL color Cylindrical-coordinate representation of color #D56542: hue angle of 14.29º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D56542 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 101 66 -
CMYK 0 0.53 0.69 0.16
HSL 14.29º 0.64% 0.55% -
HSV(B) 14.29º 0.69% 0.84% -
XYZ 33.08 23.85 8.01 -
YUV 130.5 91.61 186.85 -
System Red Green Blue C M Y K H S L
Decimal 213 101 66 0 0.53 0.69 0.16 14.29 0.64 0.55
Hex D5 65 42 0 35 45 10 E 40 37
Octal 325 145 102 0 65 105 20 16 100 67
Binary 11010101 1100101 1000010 0 110101 1000101 10000 1110 1000000 110111

Color Harmonies of #D56542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56542

Black with #D56542

Text Example


Text Example

White with #D56542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56542; }

 p { color: rgb(213,101,66); }

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

background-color css

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

 a { background-color: rgb(213,101,66); }

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

border-color css

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

 span { border-color: rgb(213,101,66); }

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