Html Css Color HEX #D16C66 Roman

📋 copy color: '#D16C66'

red 209 ◦ green 108 ◦ blue 102

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

Shades of Roman #D16C66

Tints of Roman #D16C66

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.78%

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

R = 49.88%
G = 25.78%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D16C66 (or 0xD16C66) is known color: Roman. HEX triplet: D1, 6C and 66. RGB value is (209,108,102). Sum of RGB (Red+Green+Blue) = 209+108+102=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16C66 is #2E9399. Grayscale: #898989. Windows color (decimal): -3052442 or 6712529. OLE color: 6712529.

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

Color convert

RGB 209 108 102 -
CMYK 0 0.48 0.51 0.18
HSL 3.36º 0.54% 0.61% -
HSV(B) 3.36º 0.51% 0.82% -
XYZ 34.06 25.24 15.65 -
YUV 137.52 107.96 178.99 -
System Red Green Blue C M Y K H S L
Decimal 209 108 102 0 0.48 0.51 0.18 3.36 0.54 0.61
Hex D1 6C 66 0 30 33 12 3 36 3D
Octal 321 154 146 0 60 63 22 3 66 75
Binary 11010001 1101100 1100110 0 110000 110011 10010 11 110110 111101

Color Harmonies of #D16C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16C66

Black with #D16C66

Text Example


Text Example

White with #D16C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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