Html Css Color HEX #D66E64 Roman

📋 copy color: '#D66E64'

red 214 ◦ green 110 ◦ blue 100

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

Shades of Roman #D66E64

Tints of Roman #D66E64

RGB

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

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

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

R = 50.47%
G = 25.94%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D66E64 (or 0xD66E64) is known color: Roman. HEX triplet: D6, 6E and 64. RGB value is (214,110,100). Sum of RGB (Red+Green+Blue) = 214+110+100=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 110 (43.36% from 255 or 25.94% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66E64 is #29919B. Grayscale: #8C8C8C. Windows color (decimal): -2724252 or 6581974. OLE color: 6581974.

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

Color convert

RGB 214 110 100 -
CMYK 0 0.49 0.53 0.16
HSL 5.26º 0.58% 0.62% -
HSV(B) 5.26º 0.53% 0.84% -
XYZ 35.61 26.37 15.27 -
YUV 139.96 105.46 180.81 -
System Red Green Blue C M Y K H S L
Decimal 214 110 100 0 0.49 0.53 0.16 5.26 0.58 0.62
Hex D6 6E 64 0 31 35 10 5 3A 3E
Octal 326 156 144 0 61 65 20 5 72 76
Binary 11010110 1101110 1100100 0 110001 110101 10000 101 111010 111110

Color Harmonies of #D66E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66E64

Black with #D66E64

Text Example


Text Example

White with #D66E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66E64; }

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

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

background-color css

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

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

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

border-color css

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

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

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