Html Css Color HEX #D06544 Dark Coral

📋 copy color: '#D06544'

red 208 ◦ green 101 ◦ blue 68

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

Shades of Dark Coral #D06544

Tints of Dark Coral #D06544

RGB

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

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

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

R = 55.17%
G = 26.79%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D06544 (or 0xD06544) is known color: Dark Coral. HEX triplet: D0, 65 and 44. RGB value is (208,101,68). Sum of RGB (Red+Green+Blue) = 208+101+68=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 68 (26.95% from 255 or 18.04% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D06544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06544 is #2F9ABB. Grayscale: #818181. Windows color (decimal): -3119804 or 4482512. OLE color: 4482512.

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

Color convert

RGB 208 101 68 -
CMYK 0 0.51 0.67 0.18
HSL 14.14º 0.6% 0.54% -
HSV(B) 14.14º 0.67% 0.82% -
XYZ 31.71 23.13 8.26 -
YUV 129.23 93.45 184.18 -
System Red Green Blue C M Y K H S L
Decimal 208 101 68 0 0.51 0.67 0.18 14.14 0.6 0.54
Hex D0 65 44 0 33 43 12 E 3C 36
Octal 320 145 104 0 63 103 22 16 74 66
Binary 11010000 1100101 1000100 0 110011 1000011 10010 1110 111100 110110

Color Harmonies of #D06544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06544

Black with #D06544

Text Example


Text Example

White with #D06544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06544; }

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

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

background-color css

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

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

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

border-color css

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

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

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