Html Css Color HEX #D46843 Red Damask

📋 copy color: '#D46843'

red 212 ◦ green 104 ◦ blue 67

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

Shades of Red Damask #D46843

Tints of Red Damask #D46843

RGB

 RED value IS 212 (83.2% from 255) = 55.35%

 GREEN value IS 104 (41.02% from 255) = 27.15%

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

R = 55.35%
G = 27.15%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#D46843 (or 0xD46843) is known color: Red Damask. HEX triplet: D4, 68 and 43. RGB value is (212,104,67). Sum of RGB (Red+Green+Blue) = 212+104+67=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 67 (26.56% from 255 or 17.49% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D46843 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46843 is #2B97BC. Grayscale: #848484. Windows color (decimal): -2856893 or 4417748. OLE color: 4417748.

HSL color Cylindrical-coordinate representation of color #D46843: hue angle of 15.31º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D46843 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 104 67 -
CMYK 0 0.51 0.68 0.17
HSL 15.31º 0.63% 0.55% -
HSV(B) 15.31º 0.68% 0.83% -
XYZ 33.11 24.3 8.26 -
YUV 132.07 91.28 185.01 -
System Red Green Blue C M Y K H S L
Decimal 212 104 67 0 0.51 0.68 0.17 15.31 0.63 0.55
Hex D4 68 43 0 33 44 11 F 3F 37
Octal 324 150 103 0 63 104 21 17 77 67
Binary 11010100 1101000 1000011 0 110011 1000100 10001 1111 111111 110111

Color Harmonies of #D46843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46843

Black with #D46843

Text Example


Text Example

White with #D46843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46843; }

 p { color: rgb(212,104,67); }

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

background-color css

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

 a { background-color: rgb(212,104,67); }

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

border-color css

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

 span { border-color: rgb(212,104,67); }

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