Html Css Color HEX #D0734F Red Damask

📋 copy color: '#D0734F'

red 208 ◦ green 115 ◦ blue 79

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

Shades of Red Damask #D0734F

Tints of Red Damask #D0734F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.61%

 BLUE value IS 79 (31.25% from 255) = 19.65%

R = 51.74%
G = 28.61%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0734F (or 0xD0734F) is known color: Red Damask. HEX triplet: D0, 73 and 4F. RGB value is (208,115,79). Sum of RGB (Red+Green+Blue) = 208+115+79=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 79 (31.25% from 255 or 19.65% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D0734F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0734F is #2F8CB0. Grayscale: #8A8A8A. Windows color (decimal): -3116209 or 5206992. OLE color: 5206992.

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

Color convert

RGB 208 115 79 -
CMYK 0 0.45 0.62 0.18
HSL 16.74º 0.58% 0.56% -
HSV(B) 16.74º 0.62% 0.82% -
XYZ 33.55 26.24 10.69 -
YUV 138.7 94.31 177.43 -
System Red Green Blue C M Y K H S L
Decimal 208 115 79 0 0.45 0.62 0.18 16.74 0.58 0.56
Hex D0 73 4F 0 2D 3E 12 11 3A 38
Octal 320 163 117 0 55 76 22 21 72 70
Binary 11010000 1110011 1001111 0 101101 111110 10010 10001 111010 111000

Color Harmonies of #D0734F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0734F

Black with #D0734F

Text Example


Text Example

White with #D0734F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0734F; }

 p { color: rgb(208,115,79); }

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

background-color css

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

 a { background-color: rgb(208,115,79); }

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

border-color css

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

 span { border-color: rgb(208,115,79); }

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