Html Css Color HEX #D07751 Red Damask

📋 copy color: '#D07751'

red 208 ◦ green 119 ◦ blue 81

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

Shades of Red Damask #D07751

Tints of Red Damask #D07751

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.17%

 BLUE value IS 81 (32.03% from 255) = 19.85%

R = 50.98%
G = 29.17%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D07751 (or 0xD07751) is known color: Red Damask. HEX triplet: D0, 77 and 51. RGB value is (208,119,81). Sum of RGB (Red+Green+Blue) = 208+119+81=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D07751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07751 is #2F88AE. Grayscale: #8D8D8D. Windows color (decimal): -3115183 or 5339088. OLE color: 5339088.

HSL color Cylindrical-coordinate representation of color #D07751: hue angle of 17.95º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D07751 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 119 81 -
CMYK 0 0.43 0.61 0.18
HSL 17.95º 0.57% 0.57% -
HSV(B) 17.95º 0.61% 0.82% -
XYZ 34.09 27.2 11.24 -
YUV 141.28 93.99 175.59 -
System Red Green Blue C M Y K H S L
Decimal 208 119 81 0 0.43 0.61 0.18 17.95 0.57 0.57
Hex D0 77 51 0 2B 3D 12 12 39 39
Octal 320 167 121 0 53 75 22 22 71 71
Binary 11010000 1110111 1010001 0 101011 111101 10010 10010 111001 111001

Color Harmonies of #D07751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07751

Black with #D07751

Text Example


Text Example

White with #D07751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07751; }

 p { color: rgb(208,119,81); }

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

background-color css

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

 a { background-color: rgb(208,119,81); }

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

border-color css

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

 span { border-color: rgb(208,119,81); }

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