Html Css Color HEX #D6764F Red Damask

📋 copy color: '#D6764F'

red 214 ◦ green 118 ◦ blue 79

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

Shades of Red Damask #D6764F

Tints of Red Damask #D6764F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.71%

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

R = 52.07%
G = 28.71%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D6764F (or 0xD6764F) is known color: Red Damask. HEX triplet: D6, 76 and 4F. RGB value is (214,118,79). Sum of RGB (Red+Green+Blue) = 214+118+79=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 79 (31.25% from 255 or 19.22% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D6764F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6764F is #2989B0. Grayscale: #8E8E8E. Windows color (decimal): -2722225 or 5207766. OLE color: 5207766.

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

Color convert

RGB 214 118 79 -
CMYK 0 0.45 0.63 0.16
HSL 17.33º 0.62% 0.57% -
HSV(B) 17.33º 0.63% 0.84% -
XYZ 35.62 27.82 10.89 -
YUV 142.26 92.3 179.17 -
System Red Green Blue C M Y K H S L
Decimal 214 118 79 0 0.45 0.63 0.16 17.33 0.62 0.57
Hex D6 76 4F 0 2D 3F 10 11 3E 39
Octal 326 166 117 0 55 77 20 21 76 71
Binary 11010110 1110110 1001111 0 101101 111111 10000 10001 111110 111001

Color Harmonies of #D6764F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6764F

Black with #D6764F

Text Example


Text Example

White with #D6764F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6764F; }

 p { color: rgb(214,118,79); }

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

background-color css

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

 a { background-color: rgb(214,118,79); }

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

border-color css

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

 span { border-color: rgb(214,118,79); }

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