Html Css Color HEX #D07551 Red Damask

📋 copy color: '#D07551'

red 208 ◦ green 117 ◦ blue 81

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

Shades of Red Damask #D07551

Tints of Red Damask #D07551

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.82%

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

R = 51.23%
G = 28.82%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D07551 (or 0xD07551) is known color: Red Damask. HEX triplet: D0, 75 and 51. RGB value is (208,117,81). Sum of RGB (Red+Green+Blue) = 208+117+81=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 81 (32.03% from 255 or 19.95% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D07551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07551 is #2F8AAE. Grayscale: #8C8C8C. Windows color (decimal): -3115695 or 5338576. OLE color: 5338576.

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

Color convert

RGB 208 117 81 -
CMYK 0 0.44 0.61 0.18
HSL 17.01º 0.57% 0.57% -
HSV(B) 17.01º 0.61% 0.82% -
XYZ 33.86 26.73 11.16 -
YUV 140.11 94.65 176.43 -
System Red Green Blue C M Y K H S L
Decimal 208 117 81 0 0.44 0.61 0.18 17.01 0.57 0.57
Hex D0 75 51 0 2C 3D 12 11 39 39
Octal 320 165 121 0 54 75 22 21 71 71
Binary 11010000 1110101 1010001 0 101100 111101 10010 10001 111001 111001

Color Harmonies of #D07551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07551

Black with #D07551

Text Example


Text Example

White with #D07551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07551; }

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

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

background-color css

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

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

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

border-color css

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

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

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