Html Css Color HEX #D4764D Red Damask

📋 copy color: '#D4764D'

red 212 ◦ green 118 ◦ blue 77

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

Shades of Red Damask #D4764D

Tints of Red Damask #D4764D

RGB

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

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

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

R = 52.09%
G = 28.99%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D4764D (or 0xD4764D) is known color: Red Damask. HEX triplet: D4, 76 and 4D. RGB value is (212,118,77). Sum of RGB (Red+Green+Blue) = 212+118+77=407 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.09% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 212 - color contains mainly: red. Hex color #D4764D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4764D is #2B89B2. Grayscale: #8D8D8D. Windows color (decimal): -2853299 or 5076692. OLE color: 5076692.

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

Color convert

RGB 212 118 77 -
CMYK 0 0.44 0.64 0.17
HSL 18.22º 0.61% 0.57% -
HSV(B) 18.22º 0.64% 0.83% -
XYZ 34.97 27.49 10.48 -
YUV 141.43 91.64 178.33 -
System Red Green Blue C M Y K H S L
Decimal 212 118 77 0 0.44 0.64 0.17 18.22 0.61 0.57
Hex D4 76 4D 0 2C 40 11 12 3D 39
Octal 324 166 115 0 54 100 21 22 75 71
Binary 11010100 1110110 1001101 0 101100 1000000 10001 10010 111101 111001

Color Harmonies of #D4764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4764D

Black with #D4764D

Text Example


Text Example

White with #D4764D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4764D; }

 p { color: rgb(212,118,77); }

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

background-color css

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

 a { background-color: rgb(212,118,77); }

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

border-color css

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

 span { border-color: rgb(212,118,77); }

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