Html Css Color HEX #D06F50 Red Damask

📋 copy color: '#D06F50'

red 208 ◦ green 111 ◦ blue 80

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

Shades of Red Damask #D06F50

Tints of Red Damask #D06F50

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.82%

 BLUE value IS 80 (31.64% from 255) = 20.05%

R = 52.13%
G = 27.82%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D06F50 (or 0xD06F50) is known color: Red Damask. HEX triplet: D0, 6F and 50. RGB value is (208,111,80). Sum of RGB (Red+Green+Blue) = 208+111+80=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06F50 is #2F90AF. Grayscale: #888888. Windows color (decimal): -3117232 or 5271504. OLE color: 5271504.

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

Color convert

RGB 208 111 80 -
CMYK 0 0.47 0.62 0.18
HSL 14.53º 0.58% 0.56% -
HSV(B) 14.53º 0.62% 0.82% -
XYZ 33.14 25.36 10.74 -
YUV 136.47 96.14 179.02 -
System Red Green Blue C M Y K H S L
Decimal 208 111 80 0 0.47 0.62 0.18 14.53 0.58 0.56
Hex D0 6F 50 0 2F 3E 12 F 3A 38
Octal 320 157 120 0 57 76 22 17 72 70
Binary 11010000 1101111 1010000 0 101111 111110 10010 1111 111010 111000

Color Harmonies of #D06F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06F50

Black with #D06F50

Text Example


Text Example

White with #D06F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06F50; }

 p { color: rgb(208,111,80); }

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

background-color css

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

 a { background-color: rgb(208,111,80); }

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

border-color css

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

 span { border-color: rgb(208,111,80); }

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