Html Css Color HEX #D16666 Roman

📋 copy color: '#D16666'

red 209 ◦ green 102 ◦ blue 102

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

Shades of Roman #D16666

Tints of Roman #D16666

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.7%

 BLUE value IS 102 (40.23% from 255) = 24.7%

R = 50.61%
G = 24.7%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D16666 (or 0xD16666) is known color: Roman. HEX triplet: D1, 66 and 66. RGB value is (209,102,102). Sum of RGB (Red+Green+Blue) = 209+102+102=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D16666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16666 is #2E9999. Grayscale: #868686. Windows color (decimal): -3053978 or 6710993. OLE color: 6710993.

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

Color convert

RGB 209 102 102 -
CMYK 0 0.51 0.51 0.18
HSL 0.54% 0.61% -
HSV(B) 0.51% 0.82% -
XYZ 33.44 24.02 15.44 -
YUV 133.99 109.95 181.5 -
System Red Green Blue C M Y K H S L
Decimal 209 102 102 0 0.51 0.51 0.18 0 0.54 0.61
Hex D1 66 66 0 33 33 12 0 36 3D
Octal 321 146 146 0 63 63 22 0 66 75
Binary 11010001 1100110 1100110 0 110011 110011 10010 0 110110 111101

Color Harmonies of #D16666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16666

Black with #D16666

Text Example


Text Example

White with #D16666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16666; }

 p { color: rgb(209,102,102); }

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

background-color css

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

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

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

border-color css

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

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

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