Html Css Color HEX #D4676F Froly

📋 copy color: '#D4676F'

red 212 ◦ green 103 ◦ blue 111

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

Shades of Froly #D4676F

Tints of Froly #D4676F

RGB

 RED value IS 212 (83.2% from 255) = 49.77%

 GREEN value IS 103 (40.63% from 255) = 24.18%

 BLUE value IS 111 (43.75% from 255) = 26.06%

R = 49.77%
G = 24.18%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D4676F (or 0xD4676F) is known color: Froly. HEX triplet: D4, 67 and 6F. RGB value is (212,103,111). Sum of RGB (Red+Green+Blue) = 212+103+111=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D4676F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4676F is #2B9890. Grayscale: #888888. Windows color (decimal): -2857105 or 7301076. OLE color: 7301076.

HSL color Cylindrical-coordinate representation of color #D4676F: hue angle of 355.6º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4676F is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 103 111 -
CMYK 0 0.51 0.48 0.17
HSL 355.6º 0.56% 0.62% -
HSV(B) 355.6º 0.51% 0.83% -
XYZ 34.87 24.85 18 -
YUV 136.5 113.61 181.85 -
System Red Green Blue C M Y K H S L
Decimal 212 103 111 0 0.51 0.48 0.17 355.6 0.56 0.62
Hex D4 67 6F 0 33 30 11 164 38 3E
Octal 324 147 157 0 63 60 21 544 70 76
Binary 11010100 1100111 1101111 0 110011 110000 10001 101100100 111000 111110

Color Harmonies of #D4676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4676F

Black with #D4676F

Text Example


Text Example

White with #D4676F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4676F; }

 p { color: rgb(212,103,111); }

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

background-color css

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

 a { background-color: rgb(212,103,111); }

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

border-color css

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

 span { border-color: rgb(212,103,111); }

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