Html Css Color HEX #D5734D Red Damask

📋 copy color: '#D5734D'

red 213 ◦ green 115 ◦ blue 77

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

Shades of Red Damask #D5734D

Tints of Red Damask #D5734D

RGB

 RED value IS 213 (83.59% from 255) = 52.59%

 GREEN value IS 115 (45.31% from 255) = 28.4%

 BLUE value IS 77 (30.47% from 255) = 19.01%

R = 52.59%
G = 28.4%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5734D (or 0xD5734D) is known color: Red Damask. HEX triplet: D5, 73 and 4D. RGB value is (213,115,77). Sum of RGB (Red+Green+Blue) = 213+115+77=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 77 (30.47% from 255 or 19.01% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D5734D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5734D is #2A8CB2. Grayscale: #8C8C8C. Windows color (decimal): -2788531 or 5075925. OLE color: 5075925.

HSL color Cylindrical-coordinate representation of color #D5734D: hue angle of 16.76º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D5734D is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 115 77 -
CMYK 0 0.46 0.64 0.16
HSL 16.76º 0.62% 0.57% -
HSV(B) 16.76º 0.64% 0.84% -
XYZ 34.91 26.94 10.38 -
YUV 139.97 92.47 180.09 -
System Red Green Blue C M Y K H S L
Decimal 213 115 77 0 0.46 0.64 0.16 16.76 0.62 0.57
Hex D5 73 4D 0 2E 40 10 11 3E 39
Octal 325 163 115 0 56 100 20 21 76 71
Binary 11010101 1110011 1001101 0 101110 1000000 10000 10001 111110 111001

Color Harmonies of #D5734D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5734D

Black with #D5734D

Text Example


Text Example

White with #D5734D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5734D; }

 p { color: rgb(213,115,77); }

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

background-color css

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

 a { background-color: rgb(213,115,77); }

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

border-color css

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

 span { border-color: rgb(213,115,77); }

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