Html Css Color HEX #D66157 Roman

📋 copy color: '#D66157'

red 214 ◦ green 97 ◦ blue 87

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

Shades of Roman #D66157

Tints of Roman #D66157

RGB

 RED value IS 214 (83.98% from 255) = 53.77%

 GREEN value IS 97 (38.28% from 255) = 24.37%

 BLUE value IS 87 (34.38% from 255) = 21.86%

R = 53.77%
G = 24.37%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D66157 (or 0xD66157) is known color: Roman. HEX triplet: D6, 61 and 57. RGB value is (214,97,87). Sum of RGB (Red+Green+Blue) = 214+97+87=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 87 (34.38% from 255 or 21.86% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D66157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66157 is #299EA8. Grayscale: #838383. Windows color (decimal): -2727593 or 5726678. OLE color: 5726678.

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

Color convert

RGB 214 97 87 -
CMYK 0 0.55 0.59 0.16
HSL 4.72º 0.61% 0.59% -
HSV(B) 4.72º 0.59% 0.84% -
XYZ 33.73 23.53 11.78 -
YUV 130.84 103.26 187.31 -
System Red Green Blue C M Y K H S L
Decimal 214 97 87 0 0.55 0.59 0.16 4.72 0.61 0.59
Hex D6 61 57 0 37 3B 10 5 3D 3B
Octal 326 141 127 0 67 73 20 5 75 73
Binary 11010110 1100001 1010111 0 110111 111011 10000 101 111101 111011

Color Harmonies of #D66157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66157

Black with #D66157

Text Example


Text Example

White with #D66157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66157; }

 p { color: rgb(214,97,87); }

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

background-color css

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

 a { background-color: rgb(214,97,87); }

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

border-color css

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

 span { border-color: rgb(214,97,87); }

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