Html Css Color HEX #D0744E Red Damask

📋 copy color: '#D0744E'

red 208 ◦ green 116 ◦ blue 78

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

Shades of Red Damask #D0744E

Tints of Red Damask #D0744E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.86%

 BLUE value IS 78 (30.86% from 255) = 19.4%

R = 51.74%
G = 28.86%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0744E (or 0xD0744E) is known color: Red Damask. HEX triplet: D0, 74 and 4E. RGB value is (208,116,78). Sum of RGB (Red+Green+Blue) = 208+116+78=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D0744E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0744E is #2F8BB1. Grayscale: #8B8B8B. Windows color (decimal): -3115954 or 5141712. OLE color: 5141712.

HSL color Cylindrical-coordinate representation of color #D0744E: hue angle of 17.54º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0744E is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 116 78 -
CMYK 0 0.44 0.62 0.18
HSL 17.54º 0.58% 0.56% -
HSV(B) 17.54º 0.63% 0.82% -
XYZ 33.63 26.45 10.54 -
YUV 139.18 93.48 177.09 -
System Red Green Blue C M Y K H S L
Decimal 208 116 78 0 0.44 0.62 0.18 17.54 0.58 0.56
Hex D0 74 4E 0 2C 3E 12 12 3A 38
Octal 320 164 116 0 54 76 22 22 72 70
Binary 11010000 1110100 1001110 0 101100 111110 10010 10010 111010 111000

Color Harmonies of #D0744E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0744E

Black with #D0744E

Text Example


Text Example

White with #D0744E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0744E; }

 p { color: rgb(208,116,78); }

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

background-color css

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

 a { background-color: rgb(208,116,78); }

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

border-color css

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

 span { border-color: rgb(208,116,78); }

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