Html Css Color HEX #D16A65 Roman

📋 copy color: '#D16A65'

red 209 ◦ green 106 ◦ blue 101

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

Shades of Roman #D16A65

Tints of Roman #D16A65

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.48%

 BLUE value IS 101 (39.84% from 255) = 24.28%

R = 50.24%
G = 25.48%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D16A65 (or 0xD16A65) is known color: Roman. HEX triplet: D1, 6A and 65. RGB value is (209,106,101). Sum of RGB (Red+Green+Blue) = 209+106+101=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16A65 is #2E959A. Grayscale: #888888. Windows color (decimal): -3052955 or 6646481. OLE color: 6646481.

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

Color convert

RGB 209 106 101 -
CMYK 0 0.49 0.52 0.18
HSL 2.78º 0.54% 0.61% -
HSV(B) 2.78º 0.52% 0.82% -
XYZ 33.8 24.8 15.32 -
YUV 136.23 108.12 179.91 -
System Red Green Blue C M Y K H S L
Decimal 209 106 101 0 0.49 0.52 0.18 2.78 0.54 0.61
Hex D1 6A 65 0 31 34 12 3 36 3D
Octal 321 152 145 0 61 64 22 3 66 75
Binary 11010001 1101010 1100101 0 110001 110100 10010 11 110110 111101

Color Harmonies of #D16A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16A65

Black with #D16A65

Text Example


Text Example

White with #D16A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16A65; }

 p { color: rgb(209,106,101); }

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

background-color css

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

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

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

border-color css

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

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

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