Html Css Color HEX #D66868 Roman

📋 copy color: '#D66868'

red 214 ◦ green 104 ◦ blue 104

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

Shades of Roman #D66868

Tints of Roman #D66868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.64%

R = 50.71%
G = 24.64%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D66868 (or 0xD66868) is known color: Roman. HEX triplet: D6, 68 and 68. RGB value is (214,104,104). Sum of RGB (Red+Green+Blue) = 214+104+104=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D66868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66868 is #299797. Grayscale: #898989. Windows color (decimal): -2725784 or 6842582. OLE color: 6842582.

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

Color convert

RGB 214 104 104 -
CMYK 0 0.51 0.51 0.16
HSL 0.57% 0.62% -
HSV(B) 0.51% 0.84% -
XYZ 35.18 25.2 16.11 -
YUV 136.89 109.44 183 -
System Red Green Blue C M Y K H S L
Decimal 214 104 104 0 0.51 0.51 0.16 0 0.57 0.62
Hex D6 68 68 0 33 33 10 0 39 3E
Octal 326 150 150 0 63 63 20 0 71 76
Binary 11010110 1101000 1101000 0 110011 110011 10000 0 111001 111110

Color Harmonies of #D66868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66868

Black with #D66868

Text Example


Text Example

White with #D66868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66868; }

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

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

background-color css

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

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

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

border-color css

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

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

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