Html Css Color HEX #D66564 Roman

📋 copy color: '#D66564'

red 214 ◦ green 101 ◦ blue 100

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

Shades of Roman #D66564

Tints of Roman #D66564

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.34%

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

R = 51.57%
G = 24.34%
B = 24.1%

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

#D66564 (or 0xD66564) is known color: Roman. HEX triplet: D6, 65 and 64. RGB value is (214,101,100). Sum of RGB (Red+Green+Blue) = 214+101+100=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D66564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66564 is #299A9B. Grayscale: #868686. Windows color (decimal): -2726556 or 6579670. OLE color: 6579670.

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

Color convert

RGB 214 101 100 -
CMYK 0 0.53 0.53 0.16
HSL 0.53º 0.58% 0.62% -
HSV(B) 0.53º 0.53% 0.84% -
XYZ 34.69 24.52 14.96 -
YUV 134.67 108.44 184.58 -
System Red Green Blue C M Y K H S L
Decimal 214 101 100 0 0.53 0.53 0.16 0.53 0.58 0.62
Hex D6 65 64 0 35 35 10 1 3A 3E
Octal 326 145 144 0 65 65 20 1 72 76
Binary 11010110 1100101 1100100 0 110101 110101 10000 1 111010 111110

Color Harmonies of #D66564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66564

Black with #D66564

Text Example


Text Example

White with #D66564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66564; }

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

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

background-color css

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

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

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

border-color css

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

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

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