Html Css Color HEX #D06F41 Red Damask

📋 copy color: '#D06F41'

red 208 ◦ green 111 ◦ blue 65

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

Shades of Red Damask #D06F41

Tints of Red Damask #D06F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.93%

R = 54.17%
G = 28.91%
B = 16.93%

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

#D06F41 (or 0xD06F41) is known color: Red Damask. HEX triplet: D0, 6F and 41. RGB value is (208,111,65). Sum of RGB (Red+Green+Blue) = 208+111+65=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06F41 is #2F90BE. Grayscale: #878787. Windows color (decimal): -3117247 or 4288464. OLE color: 4288464.

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

Color convert

RGB 208 111 65 -
CMYK 0 0.47 0.69 0.18
HSL 19.3º 0.6% 0.54% -
HSV(B) 19.3º 0.69% 0.82% -
XYZ 32.65 25.16 8.14 -
YUV 134.76 88.64 180.24 -
System Red Green Blue C M Y K H S L
Decimal 208 111 65 0 0.47 0.69 0.18 19.3 0.6 0.54
Hex D0 6F 41 0 2F 45 12 13 3C 36
Octal 320 157 101 0 57 105 22 23 74 66
Binary 11010000 1101111 1000001 0 101111 1000101 10010 10011 111100 110110

Color Harmonies of #D06F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06F41

Black with #D06F41

Text Example


Text Example

White with #D06F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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