Html Css Color HEX #D67B7C Froly

📋 copy color: '#D67B7C'

red 214 ◦ green 123 ◦ blue 124

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

Shades of Froly #D67B7C

Tints of Froly #D67B7C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.68%

 BLUE value IS 124 (48.83% from 255) = 26.9%

R = 46.42%
G = 26.68%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D67B7C (or 0xD67B7C) is known color: Froly. HEX triplet: D6, 7B and 7C. RGB value is (214,123,124). Sum of RGB (Red+Green+Blue) = 214+123+124=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D67B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67B7C is #298483. Grayscale: #969696. Windows color (decimal): -2720900 or 8158166. OLE color: 8158166.

HSL color Cylindrical-coordinate representation of color #D67B7C: hue angle of 359.34º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67B7C is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 123 124 -
CMYK 0 0.43 0.42 0.16
HSL 359.34º 0.53% 0.66% -
HSV(B) 359.34º 0.43% 0.84% -
XYZ 38.45 29.92 22.82 -
YUV 150.32 113.15 173.42 -
System Red Green Blue C M Y K H S L
Decimal 214 123 124 0 0.43 0.42 0.16 359.34 0.53 0.66
Hex D6 7B 7C 0 2B 2A 10 167 35 42
Octal 326 173 174 0 53 52 20 547 65 102
Binary 11010110 1111011 1111100 0 101011 101010 10000 101100111 110101 1000010

Color Harmonies of #D67B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67B7C

Black with #D67B7C

Text Example


Text Example

White with #D67B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67B7C; }

 p { color: rgb(214,123,124); }

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

background-color css

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

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

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

border-color css

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

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

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