Html Css Color HEX #D66860 Roman

📋 copy color: '#D66860'

red 214 ◦ green 104 ◦ blue 96

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

Shades of Roman #D66860

Tints of Roman #D66860

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.12%

 BLUE value IS 96 (37.89% from 255) = 23.19%

R = 51.69%
G = 25.12%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D66860 (or 0xD66860) is known color: Roman. HEX triplet: D6, 68 and 60. RGB value is (214,104,96). Sum of RGB (Red+Green+Blue) = 214+104+96=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D66860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66860 is #29979F. Grayscale: #888888. Windows color (decimal): -2725792 or 6318294. OLE color: 6318294.

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

Color convert

RGB 214 104 96 -
CMYK 0 0.51 0.55 0.16
HSL 4.07º 0.59% 0.61% -
HSV(B) 4.07º 0.55% 0.84% -
XYZ 34.79 25.04 14.07 -
YUV 135.98 105.44 183.65 -
System Red Green Blue C M Y K H S L
Decimal 214 104 96 0 0.51 0.55 0.16 4.07 0.59 0.61
Hex D6 68 60 0 33 37 10 4 3B 3D
Octal 326 150 140 0 63 67 20 4 73 75
Binary 11010110 1101000 1100000 0 110011 110111 10000 100 111011 111101

Color Harmonies of #D66860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66860

Black with #D66860

Text Example


Text Example

White with #D66860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66860; }

 p { color: rgb(214,104,96); }

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

background-color css

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

 a { background-color: rgb(214,104,96); }

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

border-color css

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

 span { border-color: rgb(214,104,96); }

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