Html Css Color HEX #D56664 Roman

📋 copy color: '#D56664'

red 213 ◦ green 102 ◦ blue 100

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

Shades of Roman #D56664

Tints of Roman #D56664

RGB

 RED value IS 213 (83.59% from 255) = 51.33%

 GREEN value IS 102 (40.23% from 255) = 24.58%

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

R = 51.33%
G = 24.58%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D56664 (or 0xD56664) is known color: Roman. HEX triplet: D5, 66 and 64. RGB value is (213,102,100). Sum of RGB (Red+Green+Blue) = 213+102+100=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D56664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56664 is #2A999B. Grayscale: #878787. Windows color (decimal): -2791836 or 6579925. OLE color: 6579925.

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

Color convert

RGB 213 102 100 -
CMYK 0 0.52 0.53 0.16
HSL 1.06º 0.57% 0.61% -
HSV(B) 1.06º 0.53% 0.84% -
XYZ 34.49 24.57 14.98 -
YUV 134.96 108.27 183.66 -
System Red Green Blue C M Y K H S L
Decimal 213 102 100 0 0.52 0.53 0.16 1.06 0.57 0.61
Hex D5 66 64 0 34 35 10 1 39 3D
Octal 325 146 144 0 64 65 20 1 71 75
Binary 11010101 1100110 1100100 0 110100 110101 10000 1 111001 111101

Color Harmonies of #D56664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56664

Black with #D56664

Text Example


Text Example

White with #D56664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56664; }

 p { color: rgb(213,102,100); }

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

background-color css

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

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

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

border-color css

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

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

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