Html Css Color HEX #D66E68 Roman

📋 copy color: '#D66E68'

red 214 ◦ green 110 ◦ blue 104

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

Shades of Roman #D66E68

Tints of Roman #D66E68

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.7%

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

R = 50%
G = 25.7%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D66E68 (or 0xD66E68) is known color: Roman. HEX triplet: D6, 6E and 68. RGB value is (214,110,104). Sum of RGB (Red+Green+Blue) = 214+110+104=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 104 (41.02% from 255 or 24.30% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66E68 is #299197. Grayscale: #8C8C8C. Windows color (decimal): -2724248 or 6844118. OLE color: 6844118.

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

Color convert

RGB 214 110 104 -
CMYK 0 0.49 0.51 0.16
HSL 3.27º 0.57% 0.62% -
HSV(B) 3.27º 0.51% 0.84% -
XYZ 35.81 26.45 16.31 -
YUV 140.41 107.46 180.49 -
System Red Green Blue C M Y K H S L
Decimal 214 110 104 0 0.49 0.51 0.16 3.27 0.57 0.62
Hex D6 6E 68 0 31 33 10 3 39 3E
Octal 326 156 150 0 61 63 20 3 71 76
Binary 11010110 1101110 1101000 0 110001 110011 10000 11 111001 111110

Color Harmonies of #D66E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66E68

Black with #D66E68

Text Example


Text Example

White with #D66E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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