Html Css Color HEX #D6754E Red Damask

📋 copy color: '#D6754E'

red 214 ◦ green 117 ◦ blue 78

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

Shades of Red Damask #D6754E

Tints of Red Damask #D6754E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.61%

 BLUE value IS 78 (30.86% from 255) = 19.07%

R = 52.32%
G = 28.61%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6754E (or 0xD6754E) is known color: Red Damask. HEX triplet: D6, 75 and 4E. RGB value is (214,117,78). Sum of RGB (Red+Green+Blue) = 214+117+78=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 78 (30.86% from 255 or 19.07% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D6754E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6754E is #298AB1. Grayscale: #8D8D8D. Windows color (decimal): -2722482 or 5141974. OLE color: 5141974.

HSL color Cylindrical-coordinate representation of color #D6754E: hue angle of 17.21º 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 #D6754E is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 117 78 -
CMYK 0 0.45 0.64 0.16
HSL 17.21º 0.62% 0.57% -
HSV(B) 17.21º 0.64% 0.84% -
XYZ 35.47 27.57 10.66 -
YUV 141.56 92.14 179.67 -
System Red Green Blue C M Y K H S L
Decimal 214 117 78 0 0.45 0.64 0.16 17.21 0.62 0.57
Hex D6 75 4E 0 2D 40 10 11 3E 39
Octal 326 165 116 0 55 100 20 21 76 71
Binary 11010110 1110101 1001110 0 101101 1000000 10000 10001 111110 111001

Color Harmonies of #D6754E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6754E

Black with #D6754E

Text Example


Text Example

White with #D6754E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6754E; }

 p { color: rgb(214,117,78); }

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

background-color css

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

 a { background-color: rgb(214,117,78); }

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

border-color css

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

 span { border-color: rgb(214,117,78); }

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