Html Css Color HEX #D66C6B Roman

📋 copy color: '#D66C6B'

red 214 ◦ green 108 ◦ blue 107

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

Shades of Roman #D66C6B

Tints of Roman #D66C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.94%

R = 49.88%
G = 25.17%
B = 24.94%

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

#D66C6B (or 0xD66C6B) is known color: Roman. HEX triplet: D6, 6C and 6B. RGB value is (214,108,107). Sum of RGB (Red+Green+Blue) = 214+108+107=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66C6B is #299394. Grayscale: #8B8B8B. Windows color (decimal): -2724757 or 7040214. OLE color: 7040214.

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

Color convert

RGB 214 108 107 -
CMYK 0 0.50 0.50 0.16
HSL 0.56º 0.57% 0.63% -
HSV(B) 0.56º 0.5% 0.84% -
XYZ 35.75 26.08 17.06 -
YUV 139.58 109.62 181.08 -
System Red Green Blue C M Y K H S L
Decimal 214 108 107 0 0.50 0.50 0.16 0.56 0.57 0.63
Hex D6 6C 6B 0 32 32 10 1 39 3F
Octal 326 154 153 0 62 62 20 1 71 77
Binary 11010110 1101100 1101011 0 110010 110010 10000 1 111001 111111

Color Harmonies of #D66C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66C6B

Black with #D66C6B

Text Example


Text Example

White with #D66C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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