Html Css Color HEX #D3684F Red Damask

📋 copy color: '#D3684F'

red 211 ◦ green 104 ◦ blue 79

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

Shades of Red Damask #D3684F

Tints of Red Damask #D3684F

RGB

 RED value IS 211 (82.81% from 255) = 53.55%

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

 BLUE value IS 79 (31.25% from 255) = 20.05%

R = 53.55%
G = 26.4%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D3684F (or 0xD3684F) is known color: Red Damask. HEX triplet: D3, 68 and 4F. RGB value is (211,104,79). Sum of RGB (Red+Green+Blue) = 211+104+79=394 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.55% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 211 - color contains mainly: red. Hex color #D3684F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3684F is #2C97B0. Grayscale: #858585. Windows color (decimal): -2922417 or 5204179. OLE color: 5204179.

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

Color convert

RGB 211 104 79 -
CMYK 0 0.51 0.63 0.17
HSL 11.36º 0.6% 0.57% -
HSV(B) 11.36º 0.63% 0.83% -
XYZ 33.23 24.31 10.34 -
YUV 133.14 97.45 183.53 -
System Red Green Blue C M Y K H S L
Decimal 211 104 79 0 0.51 0.63 0.17 11.36 0.6 0.57
Hex D3 68 4F 0 33 3F 11 B 3C 39
Octal 323 150 117 0 63 77 21 13 74 71
Binary 11010011 1101000 1001111 0 110011 111111 10001 1011 111100 111001

Color Harmonies of #D3684F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3684F

Black with #D3684F

Text Example


Text Example

White with #D3684F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3684F; }

 p { color: rgb(211,104,79); }

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

background-color css

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

 a { background-color: rgb(211,104,79); }

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

border-color css

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

 span { border-color: rgb(211,104,79); }

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