Html Css Color HEX #D76664 Roman

📋 copy color: '#D76664'

red 215 ◦ green 102 ◦ blue 100

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

Shades of Roman #D76664

Tints of Roman #D76664

RGB

 RED value IS 215 (84.38% from 255) = 51.56%

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

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

R = 51.56%
G = 24.46%
B = 23.98%

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

#D76664 (or 0xD76664) is known color: Roman. HEX triplet: D7, 66 and 64. RGB value is (215,102,100). Sum of RGB (Red+Green+Blue) = 215+102+100=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D76664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76664 is #28999B. Grayscale: #878787. Windows color (decimal): -2660764 or 6579927. OLE color: 6579927.

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

Color convert

RGB 215 102 100 -
CMYK 0 0.53 0.53 0.16
HSL 1.04º 0.59% 0.62% -
HSV(B) 1.04º 0.53% 0.84% -
XYZ 35.08 24.87 15.01 -
YUV 135.56 107.94 184.66 -
System Red Green Blue C M Y K H S L
Decimal 215 102 100 0 0.53 0.53 0.16 1.04 0.59 0.62
Hex D7 66 64 0 35 35 10 1 3B 3E
Octal 327 146 144 0 65 65 20 1 73 76
Binary 11010111 1100110 1100100 0 110101 110101 10000 1 111011 111110

Color Harmonies of #D76664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76664

Black with #D76664

Text Example


Text Example

White with #D76664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76664; }

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

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

background-color css

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

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

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

border-color css

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

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

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