Html Css Color HEX #D06344 Dark Coral

📋 copy color: '#D06344'

red 208 ◦ green 99 ◦ blue 68

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

Shades of Dark Coral #D06344

Tints of Dark Coral #D06344

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.4%

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

R = 55.47%
G = 26.4%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D06344 (or 0xD06344) is known color: Dark Coral. HEX triplet: D0, 63 and 44. RGB value is (208,99,68). Sum of RGB (Red+Green+Blue) = 208+99+68=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D06344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06344 is #2F9CBB. Grayscale: #808080. Windows color (decimal): -3120316 or 4482000. OLE color: 4482000.

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

Color convert

RGB 208 99 68 -
CMYK 0 0.52 0.67 0.18
HSL 13.29º 0.6% 0.54% -
HSV(B) 13.29º 0.67% 0.82% -
XYZ 31.52 22.75 8.2 -
YUV 128.06 94.11 185.02 -
System Red Green Blue C M Y K H S L
Decimal 208 99 68 0 0.52 0.67 0.18 13.29 0.6 0.54
Hex D0 63 44 0 34 43 12 D 3C 36
Octal 320 143 104 0 64 103 22 15 74 66
Binary 11010000 1100011 1000100 0 110100 1000011 10010 1101 111100 110110

Color Harmonies of #D06344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06344

Black with #D06344

Text Example


Text Example

White with #D06344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06344; }

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

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

background-color css

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

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

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

border-color css

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

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

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