Html Css Color HEX #D76D65 Roman

📋 copy color: '#D76D65'

red 215 ◦ green 109 ◦ blue 101

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

Shades of Roman #D76D65

Tints of Roman #D76D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.76%

R = 50.59%
G = 25.65%
B = 23.76%

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

#D76D65 (or 0xD76D65) is known color: Roman. HEX triplet: D7, 6D and 65. RGB value is (215,109,101). Sum of RGB (Red+Green+Blue) = 215+109+101=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76D65 is #28929A. Grayscale: #8B8B8B. Windows color (decimal): -2658971 or 6647255. OLE color: 6647255.

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

Color convert

RGB 215 109 101 -
CMYK 0 0.49 0.53 0.16
HSL 4.21º 0.59% 0.62% -
HSV(B) 4.21º 0.53% 0.84% -
XYZ 35.84 26.32 15.5 -
YUV 139.78 106.12 181.65 -
System Red Green Blue C M Y K H S L
Decimal 215 109 101 0 0.49 0.53 0.16 4.21 0.59 0.62
Hex D7 6D 65 0 31 35 10 4 3B 3E
Octal 327 155 145 0 61 65 20 4 73 76
Binary 11010111 1101101 1100101 0 110001 110101 10000 100 111011 111110

Color Harmonies of #D76D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76D65

Black with #D76D65

Text Example


Text Example

White with #D76D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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