Html Css Color HEX #D05F44 Dark Coral

📋 copy color: '#D05F44'

red 208 ◦ green 95 ◦ blue 68

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

Shades of Dark Coral #D05F44

Tints of Dark Coral #D05F44

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.61%

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

R = 56.06%
G = 25.61%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D05F44 (or 0xD05F44) is known color: Dark Coral. HEX triplet: D0, 5F and 44. RGB value is (208,95,68). Sum of RGB (Red+Green+Blue) = 208+95+68=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D05F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05F44 is #2FA0BB. Grayscale: #7D7D7D. Windows color (decimal): -3121340 or 4480976. OLE color: 4480976.

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

Color convert

RGB 208 95 68 -
CMYK 0 0.54 0.67 0.18
HSL 11.57º 0.6% 0.54% -
HSV(B) 11.57º 0.67% 0.82% -
XYZ 31.15 22.01 8.08 -
YUV 125.71 95.44 186.7 -
System Red Green Blue C M Y K H S L
Decimal 208 95 68 0 0.54 0.67 0.18 11.57 0.6 0.54
Hex D0 5F 44 0 36 43 12 C 3C 36
Octal 320 137 104 0 66 103 22 14 74 66
Binary 11010000 1011111 1000100 0 110110 1000011 10010 1100 111100 110110

Color Harmonies of #D05F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05F44

Black with #D05F44

Text Example


Text Example

White with #D05F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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