Html Css Color HEX #D66864 Roman

📋 copy color: '#D66864'

red 214 ◦ green 104 ◦ blue 100

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

Shades of Roman #D66864

Tints of Roman #D66864

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.88%

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

R = 51.2%
G = 24.88%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D66864 (or 0xD66864) is known color: Roman. HEX triplet: D6, 68 and 64. RGB value is (214,104,100). Sum of RGB (Red+Green+Blue) = 214+104+100=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D66864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66864 is #29979B. Grayscale: #888888. Windows color (decimal): -2725788 or 6580438. OLE color: 6580438.

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

Color convert

RGB 214 104 100 -
CMYK 0 0.51 0.53 0.16
HSL 2.11º 0.58% 0.62% -
HSV(B) 2.11º 0.53% 0.84% -
XYZ 34.98 25.12 15.06 -
YUV 136.43 107.44 183.33 -
System Red Green Blue C M Y K H S L
Decimal 214 104 100 0 0.51 0.53 0.16 2.11 0.58 0.62
Hex D6 68 64 0 33 35 10 2 3A 3E
Octal 326 150 144 0 63 65 20 2 72 76
Binary 11010110 1101000 1100100 0 110011 110101 10000 10 111010 111110

Color Harmonies of #D66864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66864

Black with #D66864

Text Example


Text Example

White with #D66864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66864; }

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

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

background-color css

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

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

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

border-color css

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

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

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