Html Css Color HEX #D6684A Red Damask

📋 copy color: '#D6684A'

red 214 ◦ green 104 ◦ blue 74

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

Shades of Red Damask #D6684A

Tints of Red Damask #D6684A

RGB

 RED value IS 214 (83.98% from 255) = 54.59%

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

 BLUE value IS 74 (29.3% from 255) = 18.88%

R = 54.59%
G = 26.53%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6684A (or 0xD6684A) is known color: Red Damask. HEX triplet: D6, 68 and 4A. RGB value is (214,104,74). Sum of RGB (Red+Green+Blue) = 214+104+74=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D6684A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6684A is #2997B5. Grayscale: #858585. Windows color (decimal): -2725814 or 4876502. OLE color: 4876502.

HSL color Cylindrical-coordinate representation of color #D6684A: hue angle of 12.86º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D6684A is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 104 74 -
CMYK 0 0.51 0.65 0.16
HSL 12.86º 0.63% 0.56% -
HSV(B) 12.86º 0.65% 0.84% -
XYZ 33.92 24.69 9.46 -
YUV 133.47 94.44 185.44 -
System Red Green Blue C M Y K H S L
Decimal 214 104 74 0 0.51 0.65 0.16 12.86 0.63 0.56
Hex D6 68 4A 0 33 41 10 D 3F 38
Octal 326 150 112 0 63 101 20 15 77 70
Binary 11010110 1101000 1001010 0 110011 1000001 10000 1101 111111 111000

Color Harmonies of #D6684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6684A

Black with #D6684A

Text Example


Text Example

White with #D6684A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6684A; }

 p { color: rgb(214,104,74); }

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

background-color css

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

 a { background-color: rgb(214,104,74); }

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

border-color css

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

 span { border-color: rgb(214,104,74); }

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