Html Css Color HEX #D16662 Roman

📋 copy color: '#D16662'

red 209 ◦ green 102 ◦ blue 98

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

Shades of Roman #D16662

Tints of Roman #D16662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.96%

R = 51.1%
G = 24.94%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D16662 (or 0xD16662) is known color: Roman. HEX triplet: D1, 66 and 62. RGB value is (209,102,98). Sum of RGB (Red+Green+Blue) = 209+102+98=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 98 (38.67% from 255 or 23.96% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D16662 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16662 is #2E999D. Grayscale: #858585. Windows color (decimal): -3053982 or 6448849. OLE color: 6448849.

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

Color convert

RGB 209 102 98 -
CMYK 0 0.51 0.53 0.18
HSL 2.16º 0.55% 0.6% -
HSV(B) 2.16º 0.53% 0.82% -
XYZ 33.25 23.94 14.42 -
YUV 133.54 107.95 181.83 -
System Red Green Blue C M Y K H S L
Decimal 209 102 98 0 0.51 0.53 0.18 2.16 0.55 0.6
Hex D1 66 62 0 33 35 12 2 37 3C
Octal 321 146 142 0 63 65 22 2 67 74
Binary 11010001 1100110 1100010 0 110011 110101 10010 10 110111 111100

Color Harmonies of #D16662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16662

Black with #D16662

Text Example


Text Example

White with #D16662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16662; }

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

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

background-color css

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

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

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

border-color css

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

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

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