Html Css Color HEX #D07650 Red Damask

📋 copy color: '#D07650'

red 208 ◦ green 118 ◦ blue 80

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

Shades of Red Damask #D07650

Tints of Red Damask #D07650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.7%

R = 51.23%
G = 29.06%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D07650 (or 0xD07650) is known color: Red Damask. HEX triplet: D0, 76 and 50. RGB value is (208,118,80). Sum of RGB (Red+Green+Blue) = 208+118+80=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D07650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07650 is #2F89AF. Grayscale: #8C8C8C. Windows color (decimal): -3115440 or 5273296. OLE color: 5273296.

HSL color Cylindrical-coordinate representation of color #D07650: hue angle of 17.81º 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 #D07650 is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 118 80 -
CMYK 0 0.43 0.62 0.18
HSL 17.81º 0.58% 0.56% -
HSV(B) 17.81º 0.62% 0.82% -
XYZ 33.94 26.95 11 -
YUV 140.58 93.82 176.09 -
System Red Green Blue C M Y K H S L
Decimal 208 118 80 0 0.43 0.62 0.18 17.81 0.58 0.56
Hex D0 76 50 0 2B 3E 12 12 3A 38
Octal 320 166 120 0 53 76 22 22 72 70
Binary 11010000 1110110 1010000 0 101011 111110 10010 10010 111010 111000

Color Harmonies of #D07650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07650

Black with #D07650

Text Example


Text Example

White with #D07650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07650; }

 p { color: rgb(208,118,80); }

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

background-color css

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

 a { background-color: rgb(208,118,80); }

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

border-color css

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

 span { border-color: rgb(208,118,80); }

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