Html Css Color HEX #D66C68 Roman

📋 copy color: '#D66C68'

red 214 ◦ green 108 ◦ blue 104

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

Shades of Roman #D66C68

Tints of Roman #D66C68

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.35%

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

R = 50.23%
G = 25.35%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D66C68 (or 0xD66C68) is known color: Roman. HEX triplet: D6, 6C and 68. RGB value is (214,108,104). Sum of RGB (Red+Green+Blue) = 214+108+104=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66C68 is #299397. Grayscale: #8B8B8B. Windows color (decimal): -2724760 or 6843606. OLE color: 6843606.

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

Color convert

RGB 214 108 104 -
CMYK 0 0.50 0.51 0.16
HSL 2.18º 0.57% 0.62% -
HSV(B) 2.18º 0.51% 0.84% -
XYZ 35.59 26.02 16.24 -
YUV 139.24 108.12 181.33 -
System Red Green Blue C M Y K H S L
Decimal 214 108 104 0 0.50 0.51 0.16 2.18 0.57 0.62
Hex D6 6C 68 0 32 33 10 2 39 3E
Octal 326 154 150 0 62 63 20 2 71 76
Binary 11010110 1101100 1101000 0 110010 110011 10000 10 111001 111110

Color Harmonies of #D66C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66C68

Black with #D66C68

Text Example


Text Example

White with #D66C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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