Html Css Color HEX #D66A6C Froly

📋 copy color: '#D66A6C'

red 214 ◦ green 106 ◦ blue 108

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

Shades of Froly #D66A6C

Tints of Froly #D66A6C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.77%

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

R = 50%
G = 24.77%
B = 25.23%

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

#D66A6C (or 0xD66A6C) is known color: Froly. HEX triplet: D6, 6A and 6C. RGB value is (214,106,108). Sum of RGB (Red+Green+Blue) = 214+106+108=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D66A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66A6C is #299593. Grayscale: #8A8A8A. Windows color (decimal): -2725268 or 7105238. OLE color: 7105238.

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

Color convert

RGB 214 106 108 -
CMYK 0 0.50 0.50 0.16
HSL 358.89º 0.57% 0.63% -
HSV(B) 358.89º 0.5% 0.84% -
XYZ 35.59 25.69 17.27 -
YUV 138.52 110.78 181.84 -
System Red Green Blue C M Y K H S L
Decimal 214 106 108 0 0.50 0.50 0.16 358.89 0.57 0.63
Hex D6 6A 6C 0 32 32 10 167 39 3F
Octal 326 152 154 0 62 62 20 547 71 77
Binary 11010110 1101010 1101100 0 110010 110010 10000 101100111 111001 111111

Color Harmonies of #D66A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66A6C

Black with #D66A6C

Text Example


Text Example

White with #D66A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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