Html Css Color HEX #D67578 Froly

📋 copy color: '#D67578'

red 214 ◦ green 117 ◦ blue 120

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

Shades of Froly #D67578

Tints of Froly #D67578

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.94%

 BLUE value IS 120 (47.27% from 255) = 26.61%

R = 47.45%
G = 25.94%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D67578 (or 0xD67578) is known color: Froly. HEX triplet: D6, 75 and 78. RGB value is (214,117,120). Sum of RGB (Red+Green+Blue) = 214+117+120=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 120 (47.27% from 255 or 26.61% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D67578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67578 is #298A87. Grayscale: #929292. Windows color (decimal): -2722440 or 7894486. OLE color: 7894486.

HSL color Cylindrical-coordinate representation of color #D67578: hue angle of 358.14º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D67578 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 117 120 -
CMYK 0 0.45 0.44 0.16
HSL 358.14º 0.54% 0.65% -
HSV(B) 358.14º 0.45% 0.84% -
XYZ 37.48 28.37 21.27 -
YUV 146.35 113.14 176.26 -
System Red Green Blue C M Y K H S L
Decimal 214 117 120 0 0.45 0.44 0.16 358.14 0.54 0.65
Hex D6 75 78 0 2D 2C 10 166 36 41
Octal 326 165 170 0 55 54 20 546 66 101
Binary 11010110 1110101 1111000 0 101101 101100 10000 101100110 110110 1000001

Color Harmonies of #D67578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67578

Black with #D67578

Text Example


Text Example

White with #D67578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67578; }

 p { color: rgb(214,117,120); }

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

background-color css

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

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

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

border-color css

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

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

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