Html Css Color HEX #D66558 Roman

📋 copy color: '#D66558'

red 214 ◦ green 101 ◦ blue 88

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

Shades of Roman #D66558

Tints of Roman #D66558

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.06%

 BLUE value IS 88 (34.77% from 255) = 21.84%

R = 53.1%
G = 25.06%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D66558 (or 0xD66558) is known color: Roman. HEX triplet: D6, 65 and 58. RGB value is (214,101,88). Sum of RGB (Red+Green+Blue) = 214+101+88=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 88 (34.77% from 255 or 21.84% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D66558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66558 is #299AA7. Grayscale: #858585. Windows color (decimal): -2726568 or 5793238. OLE color: 5793238.

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

Color convert

RGB 214 101 88 -
CMYK 0 0.53 0.59 0.16
HSL 6.19º 0.61% 0.59% -
HSV(B) 6.19º 0.59% 0.84% -
XYZ 34.15 24.31 12.12 -
YUV 133.31 102.44 185.56 -
System Red Green Blue C M Y K H S L
Decimal 214 101 88 0 0.53 0.59 0.16 6.19 0.61 0.59
Hex D6 65 58 0 35 3B 10 6 3D 3B
Octal 326 145 130 0 65 73 20 6 75 73
Binary 11010110 1100101 1011000 0 110101 111011 10000 110 111101 111011

Color Harmonies of #D66558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66558

Black with #D66558

Text Example


Text Example

White with #D66558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66558; }

 p { color: rgb(214,101,88); }

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

background-color css

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

 a { background-color: rgb(214,101,88); }

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

border-color css

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

 span { border-color: rgb(214,101,88); }

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