Html Css Color HEX #D76D69 Roman

📋 copy color: '#D76D69'

red 215 ◦ green 109 ◦ blue 105

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

Shades of Roman #D76D69

Tints of Roman #D76D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.48%

R = 50.12%
G = 25.41%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D76D69 (or 0xD76D69) is known color: Roman. HEX triplet: D7, 6D and 69. RGB value is (215,109,105). Sum of RGB (Red+Green+Blue) = 215+109+105=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76D69 is #289296. Grayscale: #8C8C8C. Windows color (decimal): -2658967 or 6909399. OLE color: 6909399.

HSL color Cylindrical-coordinate representation of color #D76D69: hue angle of 2.18º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76D69 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 109 105 -
CMYK 0 0.49 0.51 0.16
HSL 2.18º 0.58% 0.63% -
HSV(B) 2.18º 0.51% 0.84% -
XYZ 36.04 26.4 16.56 -
YUV 140.24 108.12 181.33 -
System Red Green Blue C M Y K H S L
Decimal 215 109 105 0 0.49 0.51 0.16 2.18 0.58 0.63
Hex D7 6D 69 0 31 33 10 2 3A 3F
Octal 327 155 151 0 61 63 20 2 72 77
Binary 11010111 1101101 1101001 0 110001 110011 10000 10 111010 111111

Color Harmonies of #D76D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76D69

Black with #D76D69

Text Example


Text Example

White with #D76D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76D69; }

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

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

background-color css

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

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

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

border-color css

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

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

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