Html Css Color HEX #D06145 Dark Coral

📋 copy color: '#D06145'

red 208 ◦ green 97 ◦ blue 69

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

Shades of Dark Coral #D06145

Tints of Dark Coral #D06145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.45%

R = 55.61%
G = 25.94%
B = 18.45%

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

#D06145 (or 0xD06145) is known color: Dark Coral. HEX triplet: D0, 61 and 45. RGB value is (208,97,69). Sum of RGB (Red+Green+Blue) = 208+97+69=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D06145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06145 is #2F9EBA. Grayscale: #7F7F7F. Windows color (decimal): -3120827 or 4547024. OLE color: 4547024.

HSL color Cylindrical-coordinate representation of color #D06145: hue angle of 12.09º 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 #D06145 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 97 69 -
CMYK 0 0.53 0.67 0.18
HSL 12.09º 0.6% 0.54% -
HSV(B) 12.09º 0.67% 0.82% -
XYZ 31.36 22.39 8.3 -
YUV 127 95.27 185.78 -
System Red Green Blue C M Y K H S L
Decimal 208 97 69 0 0.53 0.67 0.18 12.09 0.6 0.54
Hex D0 61 45 0 35 43 12 C 3C 36
Octal 320 141 105 0 65 103 22 14 74 66
Binary 11010000 1100001 1000101 0 110101 1000011 10010 1100 111100 110110

Color Harmonies of #D06145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06145

Black with #D06145

Text Example


Text Example

White with #D06145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06145; }

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

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

background-color css

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

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

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

border-color css

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

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

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