Html Css Color HEX #D76D64 Roman

📋 copy color: '#D76D64'

red 215 ◦ green 109 ◦ blue 100

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

Shades of Roman #D76D64

Tints of Roman #D76D64

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.71%

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

R = 50.71%
G = 25.71%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D76D64 (or 0xD76D64) is known color: Roman. HEX triplet: D7, 6D and 64. RGB value is (215,109,100). Sum of RGB (Red+Green+Blue) = 215+109+100=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76D64 is #28929B. Grayscale: #8B8B8B. Windows color (decimal): -2658972 or 6581719. OLE color: 6581719.

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

Color convert

RGB 215 109 100 -
CMYK 0 0.49 0.53 0.16
HSL 4.7º 0.59% 0.62% -
HSV(B) 4.7º 0.53% 0.84% -
XYZ 35.79 26.3 15.25 -
YUV 139.67 105.62 181.73 -
System Red Green Blue C M Y K H S L
Decimal 215 109 100 0 0.49 0.53 0.16 4.7 0.59 0.62
Hex D7 6D 64 0 31 35 10 5 3B 3E
Octal 327 155 144 0 61 65 20 5 73 76
Binary 11010111 1101101 1100100 0 110001 110101 10000 101 111011 111110

Color Harmonies of #D76D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76D64

Black with #D76D64

Text Example


Text Example

White with #D76D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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