Html Css Color HEX #D76055 Roman

📋 copy color: '#D76055'

red 215 ◦ green 96 ◦ blue 85

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

Shades of Roman #D76055

Tints of Roman #D76055

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.24%

 BLUE value IS 85 (33.59% from 255) = 21.46%

R = 54.29%
G = 24.24%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D76055 (or 0xD76055) is known color: Roman. HEX triplet: D7, 60 and 55. RGB value is (215,96,85). Sum of RGB (Red+Green+Blue) = 215+96+85=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D76055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76055 is #289FAA. Grayscale: #828282. Windows color (decimal): -2662315 or 5595351. OLE color: 5595351.

HSL color Cylindrical-coordinate representation of color #D76055: hue angle of 5.08º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D76055 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 96 85 -
CMYK 0 0.55 0.60 0.16
HSL 5.08º 0.62% 0.59% -
HSV(B) 5.08º 0.6% 0.84% -
XYZ 33.85 23.47 11.34 -
YUV 130.33 102.42 188.39 -
System Red Green Blue C M Y K H S L
Decimal 215 96 85 0 0.55 0.60 0.16 5.08 0.62 0.59
Hex D7 60 55 0 37 3C 10 5 3E 3B
Octal 327 140 125 0 67 74 20 5 76 73
Binary 11010111 1100000 1010101 0 110111 111100 10000 101 111110 111011

Color Harmonies of #D76055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76055

Black with #D76055

Text Example


Text Example

White with #D76055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76055; }

 p { color: rgb(215,96,85); }

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

background-color css

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

 a { background-color: rgb(215,96,85); }

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

border-color css

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

 span { border-color: rgb(215,96,85); }

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