Html Css Color HEX #D06F4E Red Damask

📋 copy color: '#D06F4E'

red 208 ◦ green 111 ◦ blue 78

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

Shades of Red Damask #D06F4E

Tints of Red Damask #D06F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.65%

R = 52.39%
G = 27.96%
B = 19.65%

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

#D06F4E (or 0xD06F4E) is known color: Red Damask. HEX triplet: D0, 6F and 4E. RGB value is (208,111,78). Sum of RGB (Red+Green+Blue) = 208+111+78=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06F4E is #2F90B1. Grayscale: #888888. Windows color (decimal): -3117234 or 5140432. OLE color: 5140432.

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

Color convert

RGB 208 111 78 -
CMYK 0 0.47 0.62 0.18
HSL 15.23º 0.58% 0.56% -
HSV(B) 15.23º 0.63% 0.82% -
XYZ 33.07 25.33 10.35 -
YUV 136.24 95.14 179.18 -
System Red Green Blue C M Y K H S L
Decimal 208 111 78 0 0.47 0.62 0.18 15.23 0.58 0.56
Hex D0 6F 4E 0 2F 3E 12 F 3A 38
Octal 320 157 116 0 57 76 22 17 72 70
Binary 11010000 1101111 1001110 0 101111 111110 10010 1111 111010 111000

Color Harmonies of #D06F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06F4E

Black with #D06F4E

Text Example


Text Example

White with #D06F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06F4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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