Html Css Color HEX #D26549 Dark Coral

📋 copy color: '#D26549'

red 210 ◦ green 101 ◦ blue 73

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

Shades of Dark Coral #D26549

Tints of Dark Coral #D26549

RGB

 RED value IS 210 (82.42% from 255) = 54.69%

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

 BLUE value IS 73 (28.91% from 255) = 19.01%

R = 54.69%
G = 26.3%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D26549 (or 0xD26549) is known color: Dark Coral. HEX triplet: D2, 65 and 49. RGB value is (210,101,73). Sum of RGB (Red+Green+Blue) = 210+101+73=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D26549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26549 is #2D9AB6. Grayscale: #828282. Windows color (decimal): -2988727 or 4810194. OLE color: 4810194.

HSL color Cylindrical-coordinate representation of color #D26549: hue angle of 12.26º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D26549 is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 101 73 -
CMYK 0 0.52 0.65 0.18
HSL 12.26º 0.6% 0.55% -
HSV(B) 12.26º 0.65% 0.82% -
XYZ 32.43 23.49 9.13 -
YUV 130.4 95.61 184.78 -
System Red Green Blue C M Y K H S L
Decimal 210 101 73 0 0.52 0.65 0.18 12.26 0.6 0.55
Hex D2 65 49 0 34 41 12 C 3C 37
Octal 322 145 111 0 64 101 22 14 74 67
Binary 11010010 1100101 1001001 0 110100 1000001 10010 1100 111100 110111

Color Harmonies of #D26549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26549

Black with #D26549

Text Example


Text Example

White with #D26549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26549; }

 p { color: rgb(210,101,73); }

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

background-color css

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

 a { background-color: rgb(210,101,73); }

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

border-color css

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

 span { border-color: rgb(210,101,73); }

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