Html Css Color HEX #D4684A Red Damask

📋 copy color: '#D4684A'

red 212 ◦ green 104 ◦ blue 74

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

Shades of Red Damask #D4684A

Tints of Red Damask #D4684A

RGB

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

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

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

R = 54.36%
G = 26.67%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D4684A (or 0xD4684A) is known color: Red Damask. HEX triplet: D4, 68 and 4A. RGB value is (212,104,74). Sum of RGB (Red+Green+Blue) = 212+104+74=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D4684A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4684A is #2B97B5. Grayscale: #858585. Windows color (decimal): -2856886 or 4876500. OLE color: 4876500.

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

Color convert

RGB 212 104 74 -
CMYK 0 0.51 0.65 0.17
HSL 13.04º 0.62% 0.56% -
HSV(B) 13.04º 0.65% 0.83% -
XYZ 33.34 24.39 9.43 -
YUV 132.87 94.78 184.44 -
System Red Green Blue C M Y K H S L
Decimal 212 104 74 0 0.51 0.65 0.17 13.04 0.62 0.56
Hex D4 68 4A 0 33 41 11 D 3E 38
Octal 324 150 112 0 63 101 21 15 76 70
Binary 11010100 1101000 1001010 0 110011 1000001 10001 1101 111110 111000

Color Harmonies of #D4684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4684A

Black with #D4684A

Text Example


Text Example

White with #D4684A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4684A; }

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

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

background-color css

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

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

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

border-color css

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

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

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