Html Css Color HEX #D26542 Dark Coral

📋 copy color: '#D26542'

red 210 ◦ green 101 ◦ blue 66

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

Shades of Dark Coral #D26542

Tints of Dark Coral #D26542

RGB

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

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

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

R = 55.7%
G = 26.79%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D26542 (or 0xD26542) is known color: Dark Coral. HEX triplet: D2, 65 and 42. RGB value is (210,101,66). Sum of RGB (Red+Green+Blue) = 210+101+66=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D26542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26542 is #2D9ABD. Grayscale: #818181. Windows color (decimal): -2988734 or 4351442. OLE color: 4351442.

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

Color convert

RGB 210 101 66 -
CMYK 0 0.52 0.69 0.18
HSL 14.58º 0.62% 0.54% -
HSV(B) 14.58º 0.69% 0.82% -
XYZ 32.22 23.4 7.97 -
YUV 129.6 92.11 185.35 -
System Red Green Blue C M Y K H S L
Decimal 210 101 66 0 0.52 0.69 0.18 14.58 0.62 0.54
Hex D2 65 42 0 34 45 12 F 3E 36
Octal 322 145 102 0 64 105 22 17 76 66
Binary 11010010 1100101 1000010 0 110100 1000101 10010 1111 111110 110110

Color Harmonies of #D26542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26542

Black with #D26542

Text Example


Text Example

White with #D26542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26542; }

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

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

background-color css

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

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

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

border-color css

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

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

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