Html Css Color HEX #D0754F Red Damask

📋 copy color: '#D0754F'

red 208 ◦ green 117 ◦ blue 79

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

Shades of Red Damask #D0754F

Tints of Red Damask #D0754F

RGB

 RED value IS 208 (81.64% from 255) = 51.49%

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

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

R = 51.49%
G = 28.96%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0754F (or 0xD0754F) is known color: Red Damask. HEX triplet: D0, 75 and 4F. RGB value is (208,117,79). Sum of RGB (Red+Green+Blue) = 208+117+79=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D0754F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0754F is #2F8AB0. Grayscale: #8C8C8C. Windows color (decimal): -3115697 or 5207504. OLE color: 5207504.

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

Color convert

RGB 208 117 79 -
CMYK 0 0.44 0.62 0.18
HSL 17.67º 0.58% 0.56% -
HSV(B) 17.67º 0.62% 0.82% -
XYZ 33.79 26.7 10.77 -
YUV 139.88 93.65 176.59 -
System Red Green Blue C M Y K H S L
Decimal 208 117 79 0 0.44 0.62 0.18 17.67 0.58 0.56
Hex D0 75 4F 0 2C 3E 12 12 3A 38
Octal 320 165 117 0 54 76 22 22 72 70
Binary 11010000 1110101 1001111 0 101100 111110 10010 10010 111010 111000

Color Harmonies of #D0754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0754F

Black with #D0754F

Text Example


Text Example

White with #D0754F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0754F; }

 p { color: rgb(208,117,79); }

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

background-color css

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

 a { background-color: rgb(208,117,79); }

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

border-color css

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

 span { border-color: rgb(208,117,79); }

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