Html Css Color HEX #D16760 Roman

📋 copy color: '#D16760'

red 209 ◦ green 103 ◦ blue 96

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

Shades of Roman #D16760

Tints of Roman #D16760

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.25%

 BLUE value IS 96 (37.89% from 255) = 23.53%

R = 51.23%
G = 25.25%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D16760 (or 0xD16760) is known color: Roman. HEX triplet: D1, 67 and 60. RGB value is (209,103,96). Sum of RGB (Red+Green+Blue) = 209+103+96=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D16760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16760 is #2E989F. Grayscale: #868686. Windows color (decimal): -3053728 or 6318033. OLE color: 6318033.

HSL color Cylindrical-coordinate representation of color #D16760: hue angle of 3.72º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D16760 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 103 96 -
CMYK 0 0.51 0.54 0.18
HSL 3.72º 0.55% 0.6% -
HSV(B) 3.72º 0.54% 0.82% -
XYZ 33.26 24.1 13.97 -
YUV 133.9 106.62 181.57 -
System Red Green Blue C M Y K H S L
Decimal 209 103 96 0 0.51 0.54 0.18 3.72 0.55 0.6
Hex D1 67 60 0 33 36 12 4 37 3C
Octal 321 147 140 0 63 66 22 4 67 74
Binary 11010001 1100111 1100000 0 110011 110110 10010 100 110111 111100

Color Harmonies of #D16760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16760

Black with #D16760

Text Example


Text Example

White with #D16760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16760; }

 p { color: rgb(209,103,96); }

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

background-color css

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

 a { background-color: rgb(209,103,96); }

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

border-color css

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

 span { border-color: rgb(209,103,96); }

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