Html Css Color HEX #D16661 Roman

📋 copy color: '#D16661'

red 209 ◦ green 102 ◦ blue 97

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

Shades of Roman #D16661

Tints of Roman #D16661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.77%

R = 51.23%
G = 25%
B = 23.77%

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

#D16661 (or 0xD16661) is known color: Roman. HEX triplet: D1, 66 and 61. RGB value is (209,102,97). Sum of RGB (Red+Green+Blue) = 209+102+97=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 97 (38.28% from 255 or 23.77% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D16661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16661 is #2E999E. Grayscale: #858585. Windows color (decimal): -3053983 or 6383313. OLE color: 6383313.

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

Color convert

RGB 209 102 97 -
CMYK 0 0.51 0.54 0.18
HSL 2.68º 0.55% 0.6% -
HSV(B) 2.68º 0.54% 0.82% -
XYZ 33.2 23.92 14.18 -
YUV 133.42 107.45 181.91 -
System Red Green Blue C M Y K H S L
Decimal 209 102 97 0 0.51 0.54 0.18 2.68 0.55 0.6
Hex D1 66 61 0 33 36 12 3 37 3C
Octal 321 146 141 0 63 66 22 3 67 74
Binary 11010001 1100110 1100001 0 110011 110110 10010 11 110111 111100

Color Harmonies of #D16661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16661

Black with #D16661

Text Example


Text Example

White with #D16661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16661; }

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

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

background-color css

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

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

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

border-color css

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

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

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