Html Css Color HEX #D76864 Roman

📋 copy color: '#D76864'

red 215 ◦ green 104 ◦ blue 100

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

Shades of Roman #D76864

Tints of Roman #D76864

RGB

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

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

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

R = 51.31%
G = 24.82%
B = 23.87%

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

#D76864 (or 0xD76864) is known color: Roman. HEX triplet: D7, 68 and 64. RGB value is (215,104,100). Sum of RGB (Red+Green+Blue) = 215+104+100=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D76864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76864 is #28979B. Grayscale: #888888. Windows color (decimal): -2660252 or 6580439. OLE color: 6580439.

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

Color convert

RGB 215 104 100 -
CMYK 0 0.52 0.53 0.16
HSL 2.09º 0.59% 0.62% -
HSV(B) 2.09º 0.53% 0.84% -
XYZ 35.27 25.27 15.07 -
YUV 136.73 107.27 183.83 -
System Red Green Blue C M Y K H S L
Decimal 215 104 100 0 0.52 0.53 0.16 2.09 0.59 0.62
Hex D7 68 64 0 34 35 10 2 3B 3E
Octal 327 150 144 0 64 65 20 2 73 76
Binary 11010111 1101000 1100100 0 110100 110101 10000 10 111011 111110

Color Harmonies of #D76864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76864

Black with #D76864

Text Example


Text Example

White with #D76864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76864; }

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

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

background-color css

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

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

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

border-color css

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

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

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