Html Css Color HEX #D76665 Roman

📋 copy color: '#D76665'

red 215 ◦ green 102 ◦ blue 101

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

Shades of Roman #D76665

Tints of Roman #D76665

RGB

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

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

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

R = 51.44%
G = 24.4%
B = 24.16%

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

#D76665 (or 0xD76665) is known color: Roman. HEX triplet: D7, 66 and 65. RGB value is (215,102,101). Sum of RGB (Red+Green+Blue) = 215+102+101=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D76665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76665 is #28999A. Grayscale: #878787. Windows color (decimal): -2660763 or 6645463. OLE color: 6645463.

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

Color convert

RGB 215 102 101 -
CMYK 0 0.53 0.53 0.16
HSL 0.53º 0.59% 0.62% -
HSV(B) 0.53º 0.53% 0.84% -
XYZ 35.12 24.89 15.26 -
YUV 135.67 108.44 184.58 -
System Red Green Blue C M Y K H S L
Decimal 215 102 101 0 0.53 0.53 0.16 0.53 0.59 0.62
Hex D7 66 65 0 35 35 10 1 3B 3E
Octal 327 146 145 0 65 65 20 1 73 76
Binary 11010111 1100110 1100101 0 110101 110101 10000 1 111011 111110

Color Harmonies of #D76665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76665

Black with #D76665

Text Example


Text Example

White with #D76665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76665; }

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

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

background-color css

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

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

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

border-color css

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

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

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