Html Css Color HEX #D76D66 Roman

📋 copy color: '#D76D66'

red 215 ◦ green 109 ◦ blue 102

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

Shades of Roman #D76D66

Tints of Roman #D76D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.94%

R = 50.47%
G = 25.59%
B = 23.94%

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

#D76D66 (or 0xD76D66) is known color: Roman. HEX triplet: D7, 6D and 66. RGB value is (215,109,102). Sum of RGB (Red+Green+Blue) = 215+109+102=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76D66 is #289299. Grayscale: #8C8C8C. Windows color (decimal): -2658970 or 6712791. OLE color: 6712791.

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

Color convert

RGB 215 109 102 -
CMYK 0 0.49 0.53 0.16
HSL 3.72º 0.59% 0.62% -
HSV(B) 3.72º 0.53% 0.84% -
XYZ 35.89 26.34 15.76 -
YUV 139.9 106.62 181.57 -
System Red Green Blue C M Y K H S L
Decimal 215 109 102 0 0.49 0.53 0.16 3.72 0.59 0.62
Hex D7 6D 66 0 31 35 10 4 3B 3E
Octal 327 155 146 0 61 65 20 4 73 76
Binary 11010111 1101101 1100110 0 110001 110101 10000 100 111011 111110

Color Harmonies of #D76D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76D66

Black with #D76D66

Text Example


Text Example

White with #D76D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76D66; }

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

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

background-color css

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

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

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

border-color css

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

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

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