Html Css Color HEX #D06C43 Red Damask

📋 copy color: '#D06C43'

red 208 ◦ green 108 ◦ blue 67

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

Shades of Red Damask #D06C43

Tints of Red Damask #D06C43

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.2%

 BLUE value IS 67 (26.56% from 255) = 17.49%

R = 54.31%
G = 28.2%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D06C43 (or 0xD06C43) is known color: Red Damask. HEX triplet: D0, 6C and 43. RGB value is (208,108,67). Sum of RGB (Red+Green+Blue) = 208+108+67=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 67 (26.56% from 255 or 17.49% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06C43 is #2F93BC. Grayscale: #858585. Windows color (decimal): -3118013 or 4418768. OLE color: 4418768.

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

Color convert

RGB 208 108 67 -
CMYK 0 0.48 0.68 0.18
HSL 17.45º 0.6% 0.54% -
HSV(B) 17.45º 0.68% 0.82% -
XYZ 32.39 24.54 8.34 -
YUV 133.23 90.63 181.33 -
System Red Green Blue C M Y K H S L
Decimal 208 108 67 0 0.48 0.68 0.18 17.45 0.6 0.54
Hex D0 6C 43 0 30 44 12 11 3C 36
Octal 320 154 103 0 60 104 22 21 74 66
Binary 11010000 1101100 1000011 0 110000 1000100 10010 10001 111100 110110

Color Harmonies of #D06C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06C43

Black with #D06C43

Text Example


Text Example

White with #D06C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06C43; }

 p { color: rgb(208,108,67); }

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

background-color css

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

 a { background-color: rgb(208,108,67); }

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

border-color css

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

 span { border-color: rgb(208,108,67); }

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