Html Css Color HEX #D06F40 Red Damask

📋 copy color: '#D06F40'

red 208 ◦ green 111 ◦ blue 64

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

Shades of Red Damask #D06F40

Tints of Red Damask #D06F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.71%

R = 54.31%
G = 28.98%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D06F40 (or 0xD06F40) is known color: Red Damask. HEX triplet: D0, 6F and 40. RGB value is (208,111,64). Sum of RGB (Red+Green+Blue) = 208+111+64=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06F40 is #2F90BF. Grayscale: #868686. Windows color (decimal): -3117248 or 4222928. OLE color: 4222928.

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

Color convert

RGB 208 111 64 -
CMYK 0 0.47 0.69 0.18
HSL 19.58º 0.61% 0.53% -
HSV(B) 19.58º 0.69% 0.82% -
XYZ 32.62 25.15 7.99 -
YUV 134.65 88.14 180.32 -
System Red Green Blue C M Y K H S L
Decimal 208 111 64 0 0.47 0.69 0.18 19.58 0.61 0.53
Hex D0 6F 40 0 2F 45 12 14 3D 35
Octal 320 157 100 0 57 105 22 24 75 65
Binary 11010000 1101111 1000000 0 101111 1000101 10010 10100 111101 110101

Color Harmonies of #D06F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06F40

Black with #D06F40

Text Example


Text Example

White with #D06F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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