Html Css Color HEX #D66464 Roman

📋 copy color: '#D66464'

red 214 ◦ green 100 ◦ blue 100

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

Shades of Roman #D66464

Tints of Roman #D66464

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.15%

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

R = 51.69%
G = 24.15%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D66464 (or 0xD66464) is known color: Roman. HEX triplet: D6, 64 and 64. RGB value is (214,100,100). Sum of RGB (Red+Green+Blue) = 214+100+100=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 100 (39.45% from 255 or 24.15% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D66464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66464 is #299B9B. Grayscale: #868686. Windows color (decimal): -2726812 or 6579414. OLE color: 6579414.

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

Color convert

RGB 214 100 100 -
CMYK 0 0.53 0.53 0.16
HSL 0.58% 0.62% -
HSV(B) 0.53% 0.84% -
XYZ 34.59 24.33 14.93 -
YUV 134.09 108.77 185 -
System Red Green Blue C M Y K H S L
Decimal 214 100 100 0 0.53 0.53 0.16 0 0.58 0.62
Hex D6 64 64 0 35 35 10 0 3A 3E
Octal 326 144 144 0 65 65 20 0 72 76
Binary 11010110 1100100 1100100 0 110101 110101 10000 0 111010 111110

Color Harmonies of #D66464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66464

Black with #D66464

Text Example


Text Example

White with #D66464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66464; }

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

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

background-color css

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

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

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

border-color css

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

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

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