Html Css Color HEX #D26044 Dark Coral

📋 copy color: '#D26044'

red 210 ◦ green 96 ◦ blue 68

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

Shades of Dark Coral #D26044

Tints of Dark Coral #D26044

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.67%

 BLUE value IS 68 (26.95% from 255) = 18.18%

R = 56.15%
G = 25.67%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D26044 (or 0xD26044) is known color: Dark Coral. HEX triplet: D2, 60 and 44. RGB value is (210,96,68). Sum of RGB (Red+Green+Blue) = 210+96+68=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 68 (26.95% from 255 or 18.18% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D26044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26044 is #2D9FBB. Grayscale: #7F7F7F. Windows color (decimal): -2990012 or 4481234. OLE color: 4481234.

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

Color convert

RGB 210 96 68 -
CMYK 0 0.54 0.68 0.18
HSL 11.83º 0.61% 0.55% -
HSV(B) 11.83º 0.68% 0.82% -
XYZ 31.8 22.48 8.13 -
YUV 126.89 94.77 187.28 -
System Red Green Blue C M Y K H S L
Decimal 210 96 68 0 0.54 0.68 0.18 11.83 0.61 0.55
Hex D2 60 44 0 36 44 12 C 3D 37
Octal 322 140 104 0 66 104 22 14 75 67
Binary 11010010 1100000 1000100 0 110110 1000100 10010 1100 111101 110111

Color Harmonies of #D26044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26044

Black with #D26044

Text Example


Text Example

White with #D26044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26044; }

 p { color: rgb(210,96,68); }

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

background-color css

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

 a { background-color: rgb(210,96,68); }

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

border-color css

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

 span { border-color: rgb(210,96,68); }

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