Html Css Color HEX #D0744C Red Damask

📋 copy color: '#D0744C'

red 208 ◦ green 116 ◦ blue 76

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

Shades of Red Damask #D0744C

Tints of Red Damask #D0744C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19%

R = 52%
G = 29%
B = 19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0744C (or 0xD0744C) is known color: Red Damask. HEX triplet: D0, 74 and 4C. RGB value is (208,116,76). Sum of RGB (Red+Green+Blue) = 208+116+76=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D0744C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0744C is #2F8BB3. Grayscale: #8B8B8B. Windows color (decimal): -3115956 or 5010640. OLE color: 5010640.

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

Color convert

RGB 208 116 76 -
CMYK 0 0.44 0.63 0.18
HSL 18.18º 0.58% 0.56% -
HSV(B) 18.18º 0.63% 0.82% -
XYZ 33.56 26.42 10.17 -
YUV 138.95 92.48 177.25 -
System Red Green Blue C M Y K H S L
Decimal 208 116 76 0 0.44 0.63 0.18 18.18 0.58 0.56
Hex D0 74 4C 0 2C 3F 12 12 3A 38
Octal 320 164 114 0 54 77 22 22 72 70
Binary 11010000 1110100 1001100 0 101100 111111 10010 10010 111010 111000

Color Harmonies of #D0744C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0744C

Black with #D0744C

Text Example


Text Example

White with #D0744C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0744C; }

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

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

background-color css

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

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

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

border-color css

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

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

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