Html Css Color HEX #D66C6C Roman

📋 copy color: '#D66C6C'

red 214 ◦ green 108 ◦ blue 108

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

Shades of Roman #D66C6C

Tints of Roman #D66C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.12%

R = 49.77%
G = 25.12%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D66C6C (or 0xD66C6C) is known color: Roman. HEX triplet: D6, 6C and 6C. RGB value is (214,108,108). Sum of RGB (Red+Green+Blue) = 214+108+108=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66C6C is #299393. Grayscale: #8B8B8B. Windows color (decimal): -2724756 or 7105750. OLE color: 7105750.

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

Color convert

RGB 214 108 108 -
CMYK 0 0.50 0.50 0.16
HSL 0.56% 0.63% -
HSV(B) 0.5% 0.84% -
XYZ 35.8 26.1 17.34 -
YUV 139.69 110.12 181 -
System Red Green Blue C M Y K H S L
Decimal 214 108 108 0 0.50 0.50 0.16 0 0.56 0.63
Hex D6 6C 6C 0 32 32 10 0 38 3F
Octal 326 154 154 0 62 62 20 0 70 77
Binary 11010110 1101100 1101100 0 110010 110010 10000 0 111000 111111

Color Harmonies of #D66C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66C6C

Black with #D66C6C

Text Example


Text Example

White with #D66C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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