Html Css Color HEX #D06F44 Red Damask

📋 copy color: '#D06F44'

red 208 ◦ green 111 ◦ blue 68

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

Shades of Red Damask #D06F44

Tints of Red Damask #D06F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.57%

R = 53.75%
G = 28.68%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D06F44 (or 0xD06F44) is known color: Red Damask. HEX triplet: D0, 6F and 44. RGB value is (208,111,68). Sum of RGB (Red+Green+Blue) = 208+111+68=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06F44 is #2F90BB. Grayscale: #878787. Windows color (decimal): -3117244 or 4485072. OLE color: 4485072.

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

Color convert

RGB 208 111 68 -
CMYK 0 0.47 0.67 0.18
HSL 18.43º 0.6% 0.54% -
HSV(B) 18.43º 0.67% 0.82% -
XYZ 32.74 25.2 8.61 -
YUV 135.1 90.14 180 -
System Red Green Blue C M Y K H S L
Decimal 208 111 68 0 0.47 0.67 0.18 18.43 0.6 0.54
Hex D0 6F 44 0 2F 43 12 12 3C 36
Octal 320 157 104 0 57 103 22 22 74 66
Binary 11010000 1101111 1000100 0 101111 1000011 10010 10010 111100 110110

Color Harmonies of #D06F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06F44

Black with #D06F44

Text Example


Text Example

White with #D06F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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