Html Css Color HEX #D06144 Dark Coral

📋 copy color: '#D06144'

red 208 ◦ green 97 ◦ blue 68

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

Shades of Dark Coral #D06144

Tints of Dark Coral #D06144

RGB

 RED value IS 208 (81.64% from 255) = 55.76%

 GREEN value IS 97 (38.28% from 255) = 26.01%

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

R = 55.76%
G = 26.01%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D06144 (or 0xD06144) is known color: Dark Coral. HEX triplet: D0, 61 and 44. RGB value is (208,97,68). Sum of RGB (Red+Green+Blue) = 208+97+68=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D06144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06144 is #2F9EBB. Grayscale: #7F7F7F. Windows color (decimal): -3120828 or 4481488. OLE color: 4481488.

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

Color convert

RGB 208 97 68 -
CMYK 0 0.53 0.67 0.18
HSL 12.43º 0.6% 0.54% -
HSV(B) 12.43º 0.67% 0.82% -
XYZ 31.33 22.38 8.14 -
YUV 126.88 94.77 185.86 -
System Red Green Blue C M Y K H S L
Decimal 208 97 68 0 0.53 0.67 0.18 12.43 0.6 0.54
Hex D0 61 44 0 35 43 12 C 3C 36
Octal 320 141 104 0 65 103 22 14 74 66
Binary 11010000 1100001 1000100 0 110101 1000011 10010 1100 111100 110110

Color Harmonies of #D06144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06144

Black with #D06144

Text Example


Text Example

White with #D06144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06144; }

 p { color: rgb(208,97,68); }

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

background-color css

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

 a { background-color: rgb(208,97,68); }

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

border-color css

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

 span { border-color: rgb(208,97,68); }

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