Html Css Color HEX #D06240 Dark Coral

📋 copy color: '#D06240'

red 208 ◦ green 98 ◦ blue 64

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

Shades of Dark Coral #D06240

Tints of Dark Coral #D06240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.49%

 BLUE value IS 64 (25.39% from 255) = 17.3%

R = 56.22%
G = 26.49%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D06240 (or 0xD06240) is known color: Dark Coral. HEX triplet: D0, 62 and 40. RGB value is (208,98,64). Sum of RGB (Red+Green+Blue) = 208+98+64=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D06240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06240 is #2F9DBF. Grayscale: #7F7F7F. Windows color (decimal): -3120576 or 4219600. OLE color: 4219600.

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

Color convert

RGB 208 98 64 -
CMYK 0 0.53 0.69 0.18
HSL 14.17º 0.61% 0.53% -
HSV(B) 14.17º 0.69% 0.82% -
XYZ 31.31 22.52 7.55 -
YUV 127.01 92.44 185.76 -
System Red Green Blue C M Y K H S L
Decimal 208 98 64 0 0.53 0.69 0.18 14.17 0.61 0.53
Hex D0 62 40 0 35 45 12 E 3D 35
Octal 320 142 100 0 65 105 22 16 75 65
Binary 11010000 1100010 1000000 0 110101 1000101 10010 1110 111101 110101

Color Harmonies of #D06240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06240

Black with #D06240

Text Example


Text Example

White with #D06240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06240; }

 p { color: rgb(208,98,64); }

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

background-color css

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

 a { background-color: rgb(208,98,64); }

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

border-color css

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

 span { border-color: rgb(208,98,64); }

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