Html Css Color HEX #D6754B Red Damask

📋 copy color: '#D6754B'

red 214 ◦ green 117 ◦ blue 75

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

Shades of Red Damask #D6754B

Tints of Red Damask #D6754B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.47%

R = 52.71%
G = 28.82%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6754B (or 0xD6754B) is known color: Red Damask. HEX triplet: D6, 75 and 4B. RGB value is (214,117,75). Sum of RGB (Red+Green+Blue) = 214+117+75=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 75 (29.69% from 255 or 18.47% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D6754B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6754B is #298AB4. Grayscale: #8D8D8D. Windows color (decimal): -2722485 or 4945366. OLE color: 4945366.

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

Color convert

RGB 214 117 75 -
CMYK 0 0.45 0.65 0.16
HSL 18.13º 0.63% 0.57% -
HSV(B) 18.13º 0.65% 0.84% -
XYZ 35.36 27.53 10.11 -
YUV 141.22 90.64 179.92 -
System Red Green Blue C M Y K H S L
Decimal 214 117 75 0 0.45 0.65 0.16 18.13 0.63 0.57
Hex D6 75 4B 0 2D 41 10 12 3F 39
Octal 326 165 113 0 55 101 20 22 77 71
Binary 11010110 1110101 1001011 0 101101 1000001 10000 10010 111111 111001

Color Harmonies of #D6754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6754B

Black with #D6754B

Text Example


Text Example

White with #D6754B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6754B; }

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

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

background-color css

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

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

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

border-color css

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

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

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