Html Css Color HEX #D16D64 Roman

📋 copy color: '#D16D64'

red 209 ◦ green 109 ◦ blue 100

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

Shades of Roman #D16D64

Tints of Roman #D16D64

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.08%

 BLUE value IS 100 (39.45% from 255) = 23.92%

R = 50%
G = 26.08%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D16D64 (or 0xD16D64) is known color: Roman. HEX triplet: D1, 6D and 64. RGB value is (209,109,100). Sum of RGB (Red+Green+Blue) = 209+109+100=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D16D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16D64 is #2E929B. Grayscale: #8A8A8A. Windows color (decimal): -3052188 or 6581713. OLE color: 6581713.

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

Color convert

RGB 209 109 100 -
CMYK 0 0.48 0.52 0.18
HSL 4.95º 0.54% 0.61% -
HSV(B) 4.95º 0.52% 0.82% -
XYZ 34.06 25.41 15.17 -
YUV 137.87 106.63 178.73 -
System Red Green Blue C M Y K H S L
Decimal 209 109 100 0 0.48 0.52 0.18 4.95 0.54 0.61
Hex D1 6D 64 0 30 34 12 5 36 3D
Octal 321 155 144 0 60 64 22 5 66 75
Binary 11010001 1101101 1100100 0 110000 110100 10010 101 110110 111101

Color Harmonies of #D16D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16D64

Black with #D16D64

Text Example


Text Example

White with #D16D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16D64; }

 p { color: rgb(209,109,100); }

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

background-color css

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

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

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

border-color css

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

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

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