Html Css Color HEX #D66E6D Roman

📋 copy color: '#D66E6D'

red 214 ◦ green 110 ◦ blue 109

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

Shades of Roman #D66E6D

Tints of Roman #D66E6D

RGB

 RED value IS 214 (83.98% from 255) = 49.42%

 GREEN value IS 110 (43.36% from 255) = 25.4%

 BLUE value IS 109 (42.97% from 255) = 25.17%

R = 49.42%
G = 25.4%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D66E6D (or 0xD66E6D) is known color: Roman. HEX triplet: D6, 6E and 6D. RGB value is (214,110,109). Sum of RGB (Red+Green+Blue) = 214+110+109=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66E6D is #299192. Grayscale: #8D8D8D. Windows color (decimal): -2724243 or 7171798. OLE color: 7171798.

HSL color Cylindrical-coordinate representation of color #D66E6D: hue angle of 0.57º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66E6D is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 110 109 -
CMYK 0 0.49 0.49 0.16
HSL 0.57º 0.56% 0.63% -
HSV(B) 0.57º 0.49% 0.84% -
XYZ 36.07 26.55 17.69 -
YUV 140.98 109.96 180.08 -
System Red Green Blue C M Y K H S L
Decimal 214 110 109 0 0.49 0.49 0.16 0.57 0.56 0.63
Hex D6 6E 6D 0 31 31 10 1 38 3F
Octal 326 156 155 0 61 61 20 1 70 77
Binary 11010110 1101110 1101101 0 110001 110001 10000 1 111000 111111

Color Harmonies of #D66E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66E6D

Black with #D66E6D

Text Example


Text Example

White with #D66E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66E6D; }

 p { color: rgb(214,110,109); }

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

background-color css

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

 a { background-color: rgb(214,110,109); }

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

border-color css

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

 span { border-color: rgb(214,110,109); }

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