Html Css Color HEX #D06743 Red Damask

📋 copy color: '#D06743'

red 208 ◦ green 103 ◦ blue 67

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

Shades of Red Damask #D06743

Tints of Red Damask #D06743

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.25%

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

R = 55.03%
G = 27.25%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D06743 (or 0xD06743) is known color: Red Damask. HEX triplet: D0, 67 and 43. RGB value is (208,103,67). Sum of RGB (Red+Green+Blue) = 208+103+67=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 67 (26.56% from 255 or 17.72% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D06743 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06743 is #2F98BC. Grayscale: #828282. Windows color (decimal): -3119293 or 4417488. OLE color: 4417488.

HSL color Cylindrical-coordinate representation of color #D06743: hue angle of 15.32º 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 #D06743 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 103 67 -
CMYK 0 0.50 0.68 0.18
HSL 15.32º 0.6% 0.54% -
HSV(B) 15.32º 0.68% 0.82% -
XYZ 31.88 23.52 8.17 -
YUV 130.29 92.29 183.43 -
System Red Green Blue C M Y K H S L
Decimal 208 103 67 0 0.50 0.68 0.18 15.32 0.6 0.54
Hex D0 67 43 0 32 44 12 F 3C 36
Octal 320 147 103 0 62 104 22 17 74 66
Binary 11010000 1100111 1000011 0 110010 1000100 10010 1111 111100 110110

Color Harmonies of #D06743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06743

Black with #D06743

Text Example


Text Example

White with #D06743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06743; }

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

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

background-color css

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

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

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

border-color css

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

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

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