Html Css Color HEX #D1754B Red Damask

📋 copy color: '#D1754B'

red 209 ◦ green 117 ◦ blue 75

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

Shades of Red Damask #D1754B

Tints of Red Damask #D1754B

RGB

 RED value IS 209 (82.03% from 255) = 52.12%

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

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

R = 52.12%
G = 29.18%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D1754B (or 0xD1754B) is known color: Red Damask. HEX triplet: D1, 75 and 4B. RGB value is (209,117,75). Sum of RGB (Red+Green+Blue) = 209+117+75=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 75 (29.69% from 255 or 18.70% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D1754B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1754B is #2E8AB4. Grayscale: #8B8B8B. Windows color (decimal): -3050165 or 4945361. OLE color: 4945361.

HSL color Cylindrical-coordinate representation of color #D1754B: hue angle of 18.81º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1754B is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 117 75 -
CMYK 0 0.44 0.64 0.18
HSL 18.81º 0.59% 0.56% -
HSV(B) 18.81º 0.64% 0.82% -
XYZ 33.93 26.79 10.04 -
YUV 139.72 91.48 177.42 -
System Red Green Blue C M Y K H S L
Decimal 209 117 75 0 0.44 0.64 0.18 18.81 0.59 0.56
Hex D1 75 4B 0 2C 40 12 13 3B 38
Octal 321 165 113 0 54 100 22 23 73 70
Binary 11010001 1110101 1001011 0 101100 1000000 10010 10011 111011 111000

Color Harmonies of #D1754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1754B

Black with #D1754B

Text Example


Text Example

White with #D1754B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1754B; }

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

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

background-color css

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

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

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

border-color css

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

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

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