Html Css Color HEX #D06F4C Red Damask

📋 copy color: '#D06F4C'

red 208 ◦ green 111 ◦ blue 76

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

Shades of Red Damask #D06F4C

Tints of Red Damask #D06F4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.24%

R = 52.66%
G = 28.1%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D06F4C (or 0xD06F4C) is known color: Red Damask. HEX triplet: D0, 6F and 4C. RGB value is (208,111,76). Sum of RGB (Red+Green+Blue) = 208+111+76=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06F4C is #2F90B3. Grayscale: #888888. Windows color (decimal): -3117236 or 5009360. OLE color: 5009360.

HSL color Cylindrical-coordinate representation of color #D06F4C: hue angle of 15.91º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D06F4C is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 111 76 -
CMYK 0 0.47 0.63 0.18
HSL 15.91º 0.58% 0.56% -
HSV(B) 15.91º 0.63% 0.82% -
XYZ 33 25.3 9.98 -
YUV 136.01 94.14 179.35 -
System Red Green Blue C M Y K H S L
Decimal 208 111 76 0 0.47 0.63 0.18 15.91 0.58 0.56
Hex D0 6F 4C 0 2F 3F 12 10 3A 38
Octal 320 157 114 0 57 77 22 20 72 70
Binary 11010000 1101111 1001100 0 101111 111111 10010 10000 111010 111000

Color Harmonies of #D06F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06F4C

Black with #D06F4C

Text Example


Text Example

White with #D06F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06F4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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